mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-10 21:07:05 -06:00
feat(toast): improve button layout
This commit is contained in:
parent
f779108b6c
commit
048258d2d1
@ -48,12 +48,22 @@
|
|||||||
background-color: unset !important;
|
background-color: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toast .toast-progress {
|
.toast {
|
||||||
position: absolute;
|
.toast-buttons {
|
||||||
bottom: 0;
|
padding: 0 1em 1em 1em;
|
||||||
inset-inline-start: 0;
|
display: flex;
|
||||||
inset-inline-end: 0;
|
gap: 1em;
|
||||||
background-color: var(--toast-text-color) !important;
|
justify-content: space-between;
|
||||||
height: 4px;
|
}
|
||||||
transition: width 0.1s linear;
|
|
||||||
|
.toast-progress {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
inset-inline-start: 0;
|
||||||
|
inset-inline-end: 0;
|
||||||
|
background-color: var(--toast-text-color) !important;
|
||||||
|
height: 4px;
|
||||||
|
transition: width 0.1s linear;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user