mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 13:48:38 +00:00
Missed two things.
This commit is contained in:
parent
986fba8b76
commit
ebc8370a59
@ -32,6 +32,7 @@
|
|||||||
#chatBody {
|
#chatBody {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
justify-content: flex-end;
|
||||||
z-index: 12;
|
z-index: 12;
|
||||||
background-color: #0000;
|
background-color: #0000;
|
||||||
border-bottom: 5px #121212 solid;
|
border-bottom: 5px #121212 solid;
|
||||||
@ -50,6 +51,8 @@
|
|||||||
padding: 7px 10px 6px 6px;
|
padding: 7px 10px 6px 6px;
|
||||||
flex: 3;
|
flex: 3;
|
||||||
max-height: 25px;
|
max-height: 25px;
|
||||||
|
z-index: 100;
|
||||||
|
|
||||||
}
|
}
|
||||||
.outMessage {
|
.outMessage {
|
||||||
margin-bottom: unset;
|
margin-bottom: unset;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user