mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
style(next)/floating buttons: make sure the container will have a consistent height
This commit is contained in:
parent
e0007f7578
commit
7a2eb81a81
@ -1305,6 +1305,7 @@ div.promoted-attribute-cell .multiplicity:has(span) {
|
||||
/* Floating buttons container */
|
||||
div#center-pane .floating-buttons-children {
|
||||
opacity: 1;
|
||||
min-height: var(--floating-button-height);
|
||||
transform-origin: right;
|
||||
box-shadow: 1px 1px 1px var(--floating-button-shadow-color);
|
||||
background: var(--floating-button-background-color);
|
||||
|
Loading…
x
Reference in New Issue
Block a user