style(next): fix the sync status indicator

This commit is contained in:
Adorian Doran 2024-12-04 21:35:26 +02:00
parent 4da8c6f873
commit 0cc1fb5bc8

View File

@ -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);
} }