From eab644248b389fd00ee8f981a11f089a04ec6179 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 22 Mar 2025 00:04:02 +0200 Subject: [PATCH] style(next): use the new floating buttons style for the geo map notes as well --- src/public/stylesheets/theme-next/shell.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 151501250..e78874a57 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -1303,7 +1303,7 @@ div.promoted-attribute-cell .multiplicity:has(span) { */ /* Floating buttons container */ -.floating-buttons-children { +div#center-pane .floating-buttons-children { opacity: 1; overflow: hidden; transform-origin: right; @@ -1316,7 +1316,7 @@ div.promoted-attribute-cell .multiplicity:has(span) { } /* Floating buttons container (collapsed) */ -.floating-buttons-children.temporarily-hidden { + div#center-pane .floating-buttons-children.temporarily-hidden { display: flex !important; opacity: 0; transform: scaleX(0);