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

@@ -52,7 +52,7 @@ a { text-decoration: none; }
overflow-y: auto;
overflow-x: hidden;
word-break: break-all;
word-break: break-word;
list-style-type: none;
margin-bottom: .25em;
@@ -79,7 +79,7 @@ a { text-decoration: none; }
color: white;
background: rgba(0, 0, 0, .5);
padding: .25em .5em .5em;
padding: .5em .75em .75em;
}
}
@@ -93,3 +93,8 @@ a { text-decoration: none; }
&:hover { background: rgba(255, 17, 0, 0); }
}
}
.timestamp {
display: inline-block;
width: 9ch;
}