Compare commits
2 commits
c3bfda6b60
...
a26ecf3099
Author | SHA1 | Date | |
---|---|---|---|
a26ecf3099 | |||
85b8f6fa4a |
2 changed files with 7 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 {
|
||||
|
|
|
@ -99,5 +99,9 @@
|
|||
display: block;
|
||||
text-decoration: none;
|
||||
line-height: 1;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
max-width: 40vw;
|
||||
white-space: nowrap;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue