restore old patron margin in mobile chat

pull/195/head
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;
}
.patron {
padding-top: 1px !important;
@media (min-width: 768px) {
.patron {
padding-top: 1px !important;
}
}