Merge pull request #212 from UniversityRadioYork/mstratford/preview-hover

Fix shrinking hoverover.
This commit is contained in:
Matthew Stratford 2021-02-17 18:38:05 +00:00 committed by GitHub
commit 8825ff27f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "webstudio",
"version": "1.5.3",
"version": "1.5.4",
"private": true,
"dependencies": {
"@babel/core": "7.6.0",

View file

@ -42,6 +42,10 @@ $number-of-channels: 3;
font-size: 0.92em;
}
.navbar.hover-menu .hover-label {
display: none;
}
.hover-menu {
.btn {
padding-top: 0.1em;
@ -57,7 +61,6 @@ $number-of-channels: 3;
}
&:not(:hover) {
overflow: hidden;
height: 15px;
> *:not(.hover-label) {