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:
parent
000bdfe00e
commit
8e23e9b7fd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user