Styling hacker greentext formatting

This commit is contained in:
Zhongheng Liu 2024-01-03 16:22:09 +02:00
commit f90cf89b39
No known key found for this signature in database
7 changed files with 58 additions and 58 deletions

14
src/Chat/Chat.css Normal file
View 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;
}