mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-19 02:10:04 +08:00
style(next): fix the sync status indicator
This commit is contained in:
parent
4da8c6f873
commit
0cc1fb5bc8
@ -441,6 +441,20 @@
|
|||||||
box-shadow 100ms ease-in;
|
box-shadow 100ms ease-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#launcher-pane div.launcher-button {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#launcher-pane .sync-status .sync-status-icon {
|
||||||
|
top: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#launcher-pane .sync-status-icon:not(.sync-status-in-progress):hover {
|
||||||
|
background: unset;
|
||||||
|
}
|
||||||
|
|
||||||
#launcher-pane.horizontal .launcher-button {
|
#launcher-pane.horizontal .launcher-button {
|
||||||
font-size: var(--launcher-pane-horizontal-icon-size);
|
font-size: var(--launcher-pane-horizontal-icon-size);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user