style(next)/floating buttons: make sure the container will have a consistent height

This commit is contained in:
Adorian Doran 2025-03-24 18:19:28 +02:00
parent e0007f7578
commit 7a2eb81a81

View File

@ -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);