css: Increase settings flyout toggle hover area

This commit is contained in:
Johannes Meyer 2024-08-08 15:29:39 +02:00
parent 66fb1ea57d
commit c27b43fb75
1 changed files with 5 additions and 0 deletions

View File

@ -157,6 +157,11 @@
bottom: 0;
top: 0;
&:hover {
// Increase width to have a larger hover area, so that the flyout doesn't vanish
padding-left: 3em;
}
.state-badge {
left: -1em;
top: 0;