Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (23 loc) · 790 Bytes

hide discussions.md

File metadata and controls

28 lines (23 loc) · 790 Bytes

Hide discussions

Hide discussions (the comment threads at the top of each page)

last tested/working: Oct 1, 2020

author(s): @dragonwocky

before tweak after tweak
before tweak after tweak

css

/* ========== HIDE DISCUSSIONS ========== */
[style*='env(safe-area-inset-left)']:not(.notion-page-content)
  [style*='width: 100%; height: 1px;'],
.notion-page-view-discussion {
  display: none !important;
}