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 피드백으로 돌아가기

리뷰: 좋음 - 스크립트가 잘 작동함

§
게시: 2022-01-13
수정: 2022-01-13

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.

답글 게시

답글을 게시하려면 로그인하세요.