Skip to content

notion-garrik by garrik-liu

Details

Authorgarrik-liu

LicenseNo License

Categorynotion-garrik

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

notion-garrik

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         notion-garrik
@version      20220602.15.07
@namespace    userstyles.world/user/garrik-liu
@description  notion-garrik
@author       garrik-liu
@license      No License
==/UserStyle== */

@-moz-document domain("www.notion.so") {
.notion-toggle-block > div {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.notion-toggle-block > div > div:nth-child(2) {
	padding-right: 20px !important;
}

.notion-header-block, 
.notion-sub_header-block,
.notion-sub_sub_header-block {
	margin-bottom: 15px !important;
}
 
.notion-header-block > div > div,
.notion-sub_header-block > div > div,
.notion-sub_sub_header-block > div > div {
	color: rgba(51, 126, 169, 1);
	padding-bottom: 10px !important;
	border-bottom: 1px solid rgba(55, 53, 47, 0.16);
}

.notion-quote-block > div {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.notion-divider-block > div {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

/*
.notion-text-block div:not([placeholder="Type '/' for commands"])[contenteditable]:empty {
	min-height: 0.5em !important;
	height: 0.5em !important;
}
*/


.notion-column_list-block > div > div:nth-child(2) {
	width: 20px !important;
}

.notion-column_list-block > div > div:nth-child(2) > div {
	left: 8px !important;
}

}

Reviews

No reviews yet.