mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-19 00:42:29 +08:00
style(next)/floating buttons: tweak
This commit is contained in:
parent
44419b7cb5
commit
4292d67b95
@ -1445,12 +1445,21 @@ div.floating-buttons-children .close-floating-buttons:has(.close-floating-button
|
|||||||
position: absolute;
|
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;
|
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 */
|
/* The highlight animation */
|
||||||
|
|
||||||
@keyframes floating-button-highlight {
|
@keyframes floating-button-highlight {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user