Couple css fixes.
This commit is contained in:
parent
4bc66c74cc
commit
4b75b5e72b
1 changed files with 7 additions and 3 deletions
10
src/App.scss
10
src/App.scss
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue