css: Increase settings flyout toggle hover area
This commit is contained in:
parent
66fb1ea57d
commit
c27b43fb75
|
@ -157,6 +157,11 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
// Increase width to have a larger hover area, so that the flyout doesn't vanish
|
||||||
|
padding-left: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
.state-badge {
|
.state-badge {
|
||||||
left: -1em;
|
left: -1em;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Reference in New Issue