notion-enhancer/mods/topbar-icons/app.css
CloudHill 21552ee041 topbar icons: more specific selectors
+ fixes compatibility with global links mod
2020-12-14 20:57:26 +07:00

29 lines
583 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(.notion-topbar-share-menu) > *: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;
}