Styling hacker greentext formatting
This commit is contained in:
parent
4a7c3fbeda
commit
f90cf89b39
7 changed files with 58 additions and 58 deletions
14
src/Chat/Chat.css
Normal file
14
src/Chat/Chat.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
#chat-inner {
|
||||
height: 250px;
|
||||
overflow-y: auto;
|
||||
overflow-wrap: normal;
|
||||
}
|
||||
.entry-box {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
min-height: 20%;
|
||||
}
|
||||
.chat {
|
||||
min-height: 80vh;
|
||||
position: relative;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue