Polishing the UI

This commit is contained in:
He4eT 2021-03-03 16:33:58 +05:00
commit 7cbc19ed39
4 changed files with 41 additions and 11 deletions

View file

@ -22,6 +22,14 @@
margin-top: var(--input-box-margin);
}
.ifplayer .inputBox::placeholder {
color: var(--main-color);
opacity: 1;
}
.ifplayer .inputBox:focus::placeholder {
opacity: 0.5;
}
.ifplayer .textBuffer {
flex: 2 1 auto;
overflow-y: scroll;