Greasy Fork is available in English.

Notion Full-Width Pages in Narrow Viewport

Allows pages to fill the viewport width when the viewport is narrow.

< Σχολιασμός για τον κώδικα Notion Full-Width Pages in Narrow Viewport

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 13/01/2022
Επεξεργάστηκε: 13/01/2022

my suggestion:

  .notion-frame > .notion-scroller > div:not(.notion-page-content) 
  > div:not([contenteditable="false"]), .notion-page-content {
      padding-left: 1em !important;
      padding-right: 1em !important;
  }

  .notion-page-content .notion-focusable {
      padding: unset !important;
  }

which would not expanse extra padding, and reduce comment icon size.

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.