bubblemenu: no ocupar espacio cuando no se usa
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
85b8f6fa4a
commit
a26ecf3099
1 changed files with 3 additions and 1 deletions
|
@ -200,12 +200,14 @@ transform: scale(${1 / viewport.scale});
|
|||
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
height: auto;
|
||||
|
||||
transition: opacity 0.2s, visibility 0.2s;
|
||||
transition: opacity 0.2s, visibility 0.2s, height 0.2s;
|
||||
}
|
||||
.bubble[hidden] {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.bubble input {
|
||||
|
|
Loading…
Reference in a new issue