mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
13 lines
219 B
SCSS
13 lines
219 B
SCSS
|
|
.sidebar-expand-icon {
|
|
width: 16px;
|
|
max-width: 16px;
|
|
opacity: 0.5px;
|
|
font-size: calc(var(--joplin-toolbar-icon-size) * 0.8);
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
&:not(.-visible) {
|
|
visibility: hidden;
|
|
}
|
|
} |