mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
style(next): use the new floating buttons style for the geo map notes as well
This commit is contained in:
parent
1299e0c855
commit
eab644248b
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user