mirror of
https://github.com/owncast/owncast.git
synced 2024-11-29 11:39:08 +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;
|
display: flex;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 5px 1vw;
|
|
||||||
|
padding: 2px 0.1vw;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
||||||
.inputWrap {
|
.inputWrap {
|
||||||
|
|
Loading…
Reference in a new issue