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

Latest commit

 

History

History
33 lines (27 loc) · 721 Bytes

hide the new gallery button.md

File metadata and controls

33 lines (27 loc) · 721 Bytes

Hide the '+ new' gallery button

last tested/working: Sept 13, 2021

author(s): @dragonwocky

before tweak after tweak
before tweak after tweak

css

/* ========== HIDE THE '+ NEW' GALLERY BUTTON ========== */
.notion-gallery-view
  .notion-selectable.notion-collection_view-block
  div
  + [role="button"],
.notion-gallery-view
  .notion-selectable.notion-collection_view_page-block
  div
  + [role="button"] {
  display: none !important;
}