remove weird unnecessary css rule

master
Aevann1 2022-08-20 21:56:29 +02:00
parent adee122170
commit 76be409dbd
2 changed files with 2 additions and 3 deletions

View File

@ -4725,9 +4725,8 @@ blockquote > * {
} }
@media (min-width: 576px) { @media (min-width: 576px) {
.modal-dialog:not(.expandedimage) { .modal-dialog:not(.expandedimage) {
max-width: 50% !important;
margin: 1.75rem auto !important; margin: 1.75rem auto !important;
} }
} }
.in-comment-image, .img, img[alt^="![]("], .in-comment-image, .img, img[alt^="![]("],
.preview img:not(img[src*="/uid/"]):not(img[src*="/pp/"]):not(img[src$="/pic"]):not(img[src="/i/hand.webp"]):not(img[src*="/e/"]) { .preview img:not(img[src*="/uid/"]):not(img[src*="/pp/"]):not(img[src$="/pic"]):not(img[src="/i/hand.webp"]):not(img[src*="/e/"]) {

View File

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