style(next)/floating buttons: tweak

This commit is contained in:
Adorian Doran 2025-03-22 01:08:57 +02:00
parent 44419b7cb5
commit 4292d67b95

View File

@ -1445,12 +1445,21 @@ div.floating-buttons-children .close-floating-buttons:has(.close-floating-button
position: absolute;
}
/* Code buttons */
/* Code, relation map buttons */
.floating-buttons .code-buttons-widget {
.floating-buttons .code-buttons-widget,
.floating-buttons .relation-map-buttons {
gap: 0;
}
/* Individual icon position / size corrections */
/* Table of contents */
.floating-buttons .bx-spreadsheet::before {
/* Note: since the icon is rotated, a positive top margin will actually shift the icon upwards */
margin-top: .1em;
}
/* The highlight animation */
@keyframes floating-button-highlight {