mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Add styles for InputBox
This commit is contained in:
parent
f6fd5da6f7
commit
fce8be2af0
4 changed files with 10 additions and 4 deletions
|
|
@ -1,11 +1,14 @@
|
|||
html, body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
|
||||
font-size: 18px;
|
||||
line-height: 27px;
|
||||
}
|
||||
|
||||
#root {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue