1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00

Made it so that only sublists are padded

This commit is contained in:
UnrealSec 2021-11-02 15:19:51 +02:00 committed by GitHub
parent 000bdfe00e
commit 8e23e9b7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -212,6 +212,14 @@ img {
max-height: 800px;
}
ul, ol {
padding: 0;
margin: 0;
}
ul ul, ol ol {
padding-left: 2em;
}
@media only screen and (max-width: 600px) {
.messages {
border: none;