zlacker

[parent] [thread] 1 comments
1. Within+(OP)[view] [source] 2023-09-21 08:21:52
It's possible to style the page Reader View uses by creating new files in FF's folders somewhere...
replies(1): >>perihe+r6
2. perihe+r6[view] [source] 2023-09-21 09:11:48
>>Within+(OP)
That works too!

    @-moz-document url-prefix(about:reader) {
      .container {
        column-count: 4;
        min-width: 85vw !important;
        margin: 0 50px 0 50px;
      }
    }
https://i.ibb.co/7XT4zfs/example-2.webp

It's chrome/userContent.css in the Firefox profile subdirectory, enabled by the about:config flag toolkit.legacyUserProfileCustomizations.stylesheets.

[go to top]