style(next): use the new floating buttons style for the geo map notes as well

This commit is contained in:
Adorian Doran 2025-03-22 00:04:02 +02:00
parent 1299e0c855
commit eab644248b

View File

@ -1303,7 +1303,7 @@ div.promoted-attribute-cell .multiplicity:has(span) {
*/ */
/* Floating buttons container */ /* Floating buttons container */
.floating-buttons-children { div#center-pane .floating-buttons-children {
opacity: 1; opacity: 1;
overflow: hidden; overflow: hidden;
transform-origin: right; transform-origin: right;
@ -1316,7 +1316,7 @@ div.promoted-attribute-cell .multiplicity:has(span) {
} }
/* Floating buttons container (collapsed) */ /* Floating buttons container (collapsed) */
.floating-buttons-children.temporarily-hidden { div#center-pane .floating-buttons-children.temporarily-hidden {
display: flex !important; display: flex !important;
opacity: 0; opacity: 0;
transform: scaleX(0); transform: scaleX(0);