mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 14:20:54 +03:00
Reduce textfield padding
This commit is contained in:
parent
aaabc57a15
commit
447779b439
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
display: flex;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
padding: 5px 1vw;
|
||||
|
||||
padding: 2px 0.1vw;
|
||||
overflow-x: hidden;
|
||||
|
||||
.inputWrap {
|
||||
|
|
Loading…
Reference in a new issue