mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Add basic styles
This commit is contained in:
parent
a16e38eca8
commit
6fda37feb5
4 changed files with 44 additions and 5 deletions
26
src/components/player/player.css
Normal file
26
src/components/player/player.css
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.ifplayer {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
box-sizing: border-box;
|
||||
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.inputBox {
|
||||
flex: 0 1 auto;
|
||||
|
||||
border: 2px solid #000;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.textBuffer {
|
||||
flex: 2 1 auto;
|
||||
overflow-y: scroll;
|
||||
box-sizing: border-box;
|
||||
|
||||
border: 2px solid #000;
|
||||
padding: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue