notion-enhancer/mods/topbar-icons/styles.css
Ryo Hilmawan 06f4d7b519
Extension: Topbar Icons (#216)
* Add icons, mod.js, and styles.css files

* Added options to mod.js

Added the option to individually select which buttons (share, updates, favorite) to replace with icons

* Update styles.css to work with options
2020-11-06 14:01:38 +11:00

29 lines
570 B
CSS

/*
* topbar icons
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (c) 2020 CloudHill
* under the MIT license
*/
.notion-topbar-icon {
width: 32px;
padding: 0 7px !important;
}
.notion-topbar-icon:not(:first-child) > *:not(div) {
display: none !important;
}
.notion-topbar-icon > div,
.notion-topbar-icon svg {
width: 18px;
height: 18px;
}
.notion-topbar-icon[style*="padding-left: 8px"] > div > :last-child {
display: none;
}
.notion-topbar-icon[style*="padding-left: 6px"] > div > :first-child {
display: none;
}