mirror of
https://github.com/kmaasrud/awesome-obsidian.git
synced 2026-04-28 09:17:57 -05:00
13 lines
385 B
CSS
13 lines
385 B
CSS
/* get more snippets at https://github.com/kmaasrud/awesome-obsidian */
|
|
/* author: https://github.com/kmaasrud */
|
|
/* source: https://github.com/kmaasrud/awesome-obsidian */
|
|
|
|
.side-dock-ribbon.mod-left.is-collapsed:not(:hover),
|
|
.side-dock-ribbon.mod-right.is-collapsed:not(:hover) {
|
|
width: 15px !important;
|
|
opacity: 0;
|
|
}
|
|
.side-dock-ribbon {
|
|
transition-property: width, opacity;
|
|
}
|