Compare commits

..

No commits in common. "a26ecf3099dee000c5339fc993d6dec86575f190" and "c3bfda6b601957e2a37f2c01729b55dffd6b9332" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View file

@ -200,14 +200,12 @@ transform: scale(${1 / viewport.scale});
visibility: visible;
opacity: 1;
height: auto;
transition: opacity 0.2s, visibility 0.2s, height 0.2s;
transition: opacity 0.2s, visibility 0.2s;
}
.bubble[hidden] {
visibility: hidden;
opacity: 0;
height: 0;
}
.bubble input {

View file

@ -99,9 +99,5 @@
display: block;
text-decoration: none;
line-height: 1;
text-overflow: ellipsis;
overflow: hidden;
max-width: 40vw;
white-space: nowrap;
}
</style>