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

Merge pull request #150 from UnrealSecurity/patch-1

Made it so that only sublists are padded
This commit is contained in:
marzavec 2021-11-02 08:36:55 -05:00 committed by GitHub
commit 85011ad026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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