From 7a2eb81a8115e945c7231f6687b3f9fd89a202a7 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 24 Mar 2025 18:19:28 +0200 Subject: [PATCH] style(next)/floating buttons: make sure the container will have a consistent height --- src/public/stylesheets/theme-next/shell.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 871920c78..5b2b01f1e 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -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);