Couple css fixes.

This commit is contained in:
Matthew Stratford 2021-01-30 01:00:59 +00:00
parent 4bc66c74cc
commit 4b75b5e72b

View file

@ -24,8 +24,12 @@ $number-of-channels: 3;
} }
.hover-menu { .hover-menu {
.hover-label:not(.always-show) { .hover-label {
display: none; display: none;
&:not(.always-show) {
display: block;
}
} }
} }
@ -46,8 +50,8 @@ $number-of-channels: 3;
} }
.hover-label { .hover-label {
font-size: 10px; font-size: 11px;
margin-top: -2px; margin-top: -4px;
display: block; display: block;
width: 100%; width: 100%;
} }