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:
commit
85011ad026
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user