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) · 757 Bytes

hide plus table column.md

File metadata and controls

28 lines (23 loc) · 757 Bytes

Hide '+' table column

last tested/working: Nov 29, 2020

author(s): @admiraldus

before tweak after tweak
before tweak after tweak

css

/* ========== HIDE '+' TABLE COLUMN ========== */
.notion-table-view-add-column {
   display: none !important;
}
.notion-selectable.notion-page-block.notion-collection-item > div:last-child {
   display: none !important;
}