mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
29 lines
570 B
CSS
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;
|
|
}
|