notion-enhancer/notion-enhancer.github.io

Removal of "+New" buttons from gallery view. CSS file upload through tweaks isn't working

MYShokh opened this issue · 1 comments

BEFORE MAKING A FEATURE REQUEST, PLEASE READ THE
CONTRIBUTING GUIDE.

FEATURE REQUESTS THAT DO NOT PROPERLY FILL
IN THE TEMPLATE MAY BE IGNORED OR REJECTED.
YOU MUST DELETE ALL TEXT ON OR ABOVE THIS LINE BEFORE SUBMITTING.

What makes the feature necessary?

How would the feature work?

Try this snippet:

.notion-gallery-view .notion-collection-item + :last-child { display: none !important; }