mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
style/launcher: tweak (again) the left pane toggle button
This commit is contained in:
parent
fba51f2cd0
commit
a95a2ea7dc
@ -16,10 +16,10 @@
|
||||
|
||||
.layout-vertical .left-pane-toggle-button.action-collapse::before {
|
||||
transform: rotate(360deg);
|
||||
animation: left-pane-toggle-button-collapse 250ms linear;
|
||||
animation: left-pane-toggle-button-collapse 600ms ease-in-out;
|
||||
}
|
||||
|
||||
.layout-vertical .left-pane-toggle-button.action-expand::before {
|
||||
transform: rotate(180deg);
|
||||
animation: left-pane-toggle-button-expand 250ms linear;
|
||||
animation: left-pane-toggle-button-expand 600ms ease-in-out;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user