mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
15 lines
237 B
SCSS
15 lines
237 B
SCSS
|
|
.sidebar-expand-link {
|
|
color: var(--joplin-color2);
|
|
cursor: default;
|
|
opacity: 0.8;
|
|
text-decoration: none;
|
|
padding-right: 8px;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 16px;
|
|
max-width: 16px;
|
|
min-width: 16px;
|
|
height: 100%;
|
|
}
|