|
|
|
|
|
by ryan-duve
1368 days ago
|
|
We're in the same group if that makes you feel any better. BTW, since you mentioned reader view in Firefox, here's the userContent.css that I've been using for the past few years: @-moz-document url-prefix("about:reader") {
.container{
max-width:100% !important;
}
.toolbar-container{
display:none !important;
}
}
Make sure to set your preferred size/color first. |
|