cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
koalie
New member
Status: New idea

I ❤️ the feature of Firefox called Reader View. I’ve been a fan for many years. 

BUT, if you leave the popup in order to use the buttons while you read along, it blocks some of the text as the text automatically scrolls. 

Because there's a lot of empty space on the side, could the popup start on the other side and appear over empty space rather than the text?

Here is for example how I implement this on my end:


/** for the "reader view" popup to NOT overlap the text **/
.dropdown .dropdown-popup {
inset-inline-start: -260px !important;
}

2 Comments
Status changed to: New idea
Jon
Community Manager
Community Manager

Thanks for submitting an idea to the Mozilla Connect community! Your idea is now open to votes (aka kudos) and comments.

koalie
New member

My colleague Bert Bos who knows a thing or two about CSS because he co-invented it with Håkon Lie, advised me to add this in the meantime to my user stylesheet:


/* Put the toolbar in the reader view as far left as possible. */
#toolbar.toolbar-container .toolbar.reader-toolbar {
margin-inline-start: 1px !important;
}