Increases the size of the banner on notion.
Notion Banner Size Increase by affrench
Details
Authoraffrench
LicenseNo License
CategoryNotion
Created
Updated
Size364 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Banner Size Increase
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("notion") {
.notion-page-cover {
height: 500px !important; /* Adjust height */
}
.notion-page-cover-image {
height: 500px !important;
}
}