forked from rDrama/rDrama
1
0
Fork 0

Revert "make comments more compact on mobile - will revert if ppl complain"

This reverts commit 3f4d28301b.
master
Aevann1 2022-07-17 20:58:07 +02:00
parent 3f4d28301b
commit dd8f58ed65
2 changed files with 20 additions and 22 deletions

View File

@ -4375,6 +4375,9 @@ pre .com, code .com {
} }
.comment-section > .comment { .comment-section > .comment {
padding-left: 12px; padding-left: 12px;
}
.comment {
margin-top: 1.5rem;
} }
.comment.collapsed .user-info { .comment.collapsed .user-info {
padding-top: 0.5rem; padding-top: 0.5rem;
@ -4786,8 +4789,8 @@ input[type=radio] ~ .custom-control-label::before {
max-width: 90% !important max-width: 90% !important
} }
.emj, .emoji, strong a img, img[alt^=":"]:not(img[b]):not(img[alt*="#"]) { .emj, .emoji, strong a img, img[alt^=":"]:not(img[b]):not(img[alt*="#"]) {
height: 30px !important; height: 40px !important;
width: 30px !important; width: 40px !important;
} }
.bigemoji, .emoji-md, img[alt^=":"]:not(img[alt*="#"]) { .bigemoji, .emoji-md, img[alt^=":"]:not(img[alt*="#"]) {
height: 60px; height: 60px;
@ -4956,6 +4959,14 @@ lite-youtube.lyt-activated > .lty-playbtn {
overflow-x: auto !important; overflow-x: auto !important;
} }
@media (max-width: 768px) {
.comment .comment-body .comment-text {
padding-top: 5px;
}
p {
margin-bottom: 7px;
}
}
@keyframes golden { @keyframes golden {
from {filter: sepia(1) saturate(2)} from {filter: sepia(1) saturate(2)}
to {filter: sepia(1) saturate(3) drop-shadow(-1px 1px 3px gold)} to {filter: sepia(1) saturate(3) drop-shadow(-1px 1px 3px gold)}
@ -6072,6 +6083,12 @@ g {
opacity: 0.65; opacity: 0.65;
} }
@media (max-width: 767.98px) {
.post-actions {
margin-top: -5px;
}
}
.ghostdiv .ghostdiv
{ {
display: block; display: block;
@ -6132,23 +6149,4 @@ g {
background-clip: text; background-clip: text;
-webkit-background-clip: text; -webkit-background-clip: text;
font-weight: 700; font-weight: 700;
}
@media (max-width: 767.98px) {
.post-actions {
margin-top: -10px !important;
}
.comment .comment-body .user-info {
margin-bottom: 8px !important;
}
.comment .comment-body .comment-text {
padding-top: 0 !important;
}
p {
margin-bottom: 7px !important;
}
.comment {
margin-top: 16px !important;
}
} }

View File

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