forked from rDrama/rDrama
1
0
Fork 0

fix borked padding on mobile for some shit

master
Aevann1 2022-08-11 07:09:54 +02:00
parent ac1a7006df
commit b6014d1da6
2 changed files with 7 additions and 1 deletions

View File

@ -6074,6 +6074,12 @@ g {
border: 2px solid transparent; border: 2px solid transparent;
} }
@media (max-width: 767.98px) {
.pronouns, .patron, .post--category-tag, .mod {
padding: 2px 5px !important;
}
}
.post-preview { .post-preview {
padding: 11px 14px 0 14px !important; padding: 11px 14px 0 14px !important;
margin-bottom: 0.5rem !important; margin-bottom: 0.5rem !important;

View File

@ -1,6 +1,6 @@
{%- {%-
set CACHE_VER = { set CACHE_VER = {
'css/main.css': 442, 'css/main.css': 443,
'css/catalog.css': 2, 'css/catalog.css': 2,
'css/4chan.css': 61, 'css/4chan.css': 61,