[nb] Commit
This commit is contained in:
12
.obsidian/snippets/omts-[ui] Resize Handles tweaks.css
vendored
Normal file
12
.obsidian/snippets/omts-[ui] Resize Handles tweaks.css
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
Resize handles tweaks
|
||||
The resize handles when you resize sidebars use the accent colour which makes no sense to me
|
||||
https://github.com/replete/obsidian-minimal-theme-css-snippets
|
||||
*/
|
||||
.workspace-leaf-resize-handle {
|
||||
transition: all .2s ease-in;
|
||||
}
|
||||
.workspace-leaf-resize-handle:hover {
|
||||
border-color:var(--text-muted);
|
||||
background-color:var(--text-muted);
|
||||
}
|
Reference in New Issue
Block a user