为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

how to change margins when using book icon on address bar

more options

I don't know when the book icon started appearing on the address bar. It's very helpful, but the margins are too wide. Searched through a hundred posts here and gave up looking. What I want to do is: change the margins. Nothing I've tried (including page setup when you go to print preview) work. Whose icon is this? Is it an add-on? How do I change the margins and keep the type size from NOT changing.

I don't know when the book icon started appearing on the address bar. It's very helpful, but the margins are too wide. Searched through a hundred posts here and gave up looking. What I want to do is: change the margins. Nothing I've tried (including page setup when you go to print preview) work. Whose icon is this? Is it an add-on? How do I change the margins and keep the type size from NOT changing.

所有回复 (3)

more options

There is a Bug report filed about adding that type of feature to Reader View. And another Bug for adding the ability to set line height.

https://bugzilla.mozilla.org/show_bug.cgi?id=1151200 https://bugzilla.mozilla.org/show_bug.cgi?id=1269521 (Please don't comment in Bug reports unless you can provide a patch to fix the problem.) https://bugzilla.mozilla.org/page.cgi?id=etiquette.html

But feel free to vote for any Bugs that you are interested in.

more options

Can you attach a screenshot?

  • use a compressed image type like PNG or JPG to save the screenshot
  • make sure you do not exceed the maximum size of 1 MB
more options

I think the width of the text column in Reader View was chosen based on advice from experts on what provides the best readability. Ultra-wide columns are less comfortable to read, hence the multi-column layouts of print magazines.

But if you like to flout convention, you can "hack" the layout as you can with nearly any web page displayed in Firefox. Here is an example of a rule which widens the text column from 600px (30em at 20px font size) to 800px (40em at 20px font size):

@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("about:reader"){ #container { max-width: 40em !important; /* default is 30em */ } }

I have attached screen shots illustrating the difference (first the default, then the hacked layout).

In this case, I'm using the Stylish extension to apply the rule, but you also can create a userContent.css file.

Or maybe there's an add-on...