mirror of
https://github.com/zadam/trilium.git
synced 2026-01-03 05:04:23 +01:00
style: add some animations when opening the sidebar and the bottom panel
This commit is contained in:
parent
bbec2f6082
commit
9c73b71feb
@ -1803,6 +1803,10 @@ div.find-replace-widget div.find-widget-found-wrapper > span {
|
||||
background: var(--right-pane-background-color);
|
||||
}
|
||||
|
||||
#right-pane > * {
|
||||
animation: fade-in 200ms ease-in;
|
||||
}
|
||||
|
||||
#right-pane div.card-header {
|
||||
align-items: center;
|
||||
border: 0;
|
||||
|
||||
@ -324,6 +324,7 @@
|
||||
padding: 8px 12px;
|
||||
max-height: 40vh;
|
||||
overflow-y: auto;
|
||||
animation: fade-in 200ms ease-in;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user