style(next): improve global menu update badge on horizontal layout

This commit is contained in:
Elian Doran 2025-02-03 22:27:41 +02:00
parent 4efc86b9a3
commit 2b5f37e19d
No known key found for this signature in database

View File

@ -227,6 +227,12 @@ body.layout-horizontal > .horizontal {
--hover-item-background-color: transparent;
}
#launcher-pane.horizontal .global-menu-button .global-menu-button-update-available {
right: -23px;
bottom: -22px;
transform: scale(0.85);
}
.tooltip .tooltip-arrow {
display: none;
}