mirror of
https://github.com/zadam/trilium.git
synced 2025-12-12 10:24:23 +01:00
chore(client/layout): reduce transitions
This commit is contained in:
parent
bfcf85e0d2
commit
895e9b8bf0
@ -1,6 +1,5 @@
|
||||
.content-header-widget {
|
||||
position: relative;
|
||||
transition: position 0.3s ease, box-shadow 0.3s ease, z-index 0.3s ease;
|
||||
z-index: 8;
|
||||
}
|
||||
|
||||
@ -10,8 +9,3 @@
|
||||
z-index: 11;
|
||||
background-color: var(--main-background-color, #fff);
|
||||
}
|
||||
|
||||
/* Ensure content inside doesn't get affected by the floating state */
|
||||
.content-header-widget > * {
|
||||
transition: inherit;
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
.ribbon-container {
|
||||
margin-bottom: 5px;
|
||||
position: relative;
|
||||
transition: position 0.3s ease, z-index 0.3s ease, top 0.3s ease;
|
||||
transition: top 0.2s ease;
|
||||
z-index: 8;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user