- Cleaned up

- Reformatted
- Bug fixed
This commit is contained in:
H4CK3R-01
2021-06-24 14:46:34 +02:00
committed by H4CK3R-01
parent cc24b885e8
commit b9eaccecfd
5 changed files with 23 additions and 71 deletions

View File

@@ -15,6 +15,10 @@
padding: 5px;
}
#messages_received div:last-child {
margin-bottom: 5em;
}
#message_add {
flex: 0 0 10%;
}
@@ -101,11 +105,9 @@
@media only screen and (max-width: 980px) {
#chat {
display: flex;
flex-flow: column-reverse;
overflow: hidden;
border-left: #7d7d7d solid 2px;
height: 100%;
margin-bottom: 10px;
flex-flow: column-reverse;
border-top: #7d7d7d solid 2px;
height: 100%;
margin-bottom: 10px;
}
}
}