Chat angepasst, Timestamp-Fix, Jeder hated, Input-Limit auf 35ch gesetzt

This commit is contained in:
Luke
2021-04-27 00:28:08 +00:00
parent 96e12ffd7a
commit a5d985aa6c
4 changed files with 18 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ a {
transform: rotate(0deg);
overflow-y: auto;
overflow-x: hidden;
word-break: break-all;
word-break: break-word;
list-style-type: none;
margin-bottom: .25em;
}
@@ -90,7 +90,7 @@ a {
line-height: 1;
color: white;
background: rgba(0, 0, 0, 0.5);
padding: .25em .5em .5em;
padding: .5em .75em .75em;
}
::-webkit-scrollbar {
@@ -105,4 +105,9 @@ a {
::-webkit-scrollbar-thumb:hover {
background: rgba(255, 17, 0, 0);
}
/*# sourceMappingURL=main.css.map */
.timestamp {
display: inline-block;
width: 9ch;
}
/*# sourceMappingURL=main.css.map */