forked from rDrama/rDrama
1
0
Fork 0

restore old patron margin in mobile chat

master
Aevann 2023-08-15 22:54:04 +03:00
parent d28a9c2a94
commit c9576ab01c
1 changed files with 4 additions and 2 deletions

View File

@ -168,6 +168,8 @@ img[alt^="![]("], .img {
margin-top: 0.35rem; margin-top: 0.35rem;
} }
.patron { @media (min-width: 768px) {
padding-top: 1px !important; .patron {
padding-top: 1px !important;
}
} }