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

This reverts commit 3f4d28301b.
remotes/1693045480750635534/spooky-22
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 {
padding-left: 12px;
}
.comment {
margin-top: 1.5rem;
}
.comment.collapsed .user-info {
padding-top: 0.5rem;
@ -4786,8 +4789,8 @@ input[type=radio] ~ .custom-control-label::before {
max-width: 90% !important
}
.emj, .emoji, strong a img, img[alt^=":"]:not(img[b]):not(img[alt*="#"]) {
height: 30px !important;
width: 30px !important;
height: 40px !important;
width: 40px !important;
}
.bigemoji, .emoji-md, img[alt^=":"]:not(img[alt*="#"]) {
height: 60px;
@ -4956,6 +4959,14 @@ lite-youtube.lyt-activated > .lty-playbtn {
overflow-x: auto !important;
}
@media (max-width: 768px) {
.comment .comment-body .comment-text {
padding-top: 5px;
}
p {
margin-bottom: 7px;
}
}
@keyframes golden {
from {filter: sepia(1) saturate(2)}
to {filter: sepia(1) saturate(3) drop-shadow(-1px 1px 3px gold)}
@ -6072,6 +6083,12 @@ g {
opacity: 0.65;
}
@media (max-width: 767.98px) {
.post-actions {
margin-top: -5px;
}
}
.ghostdiv
{
display: block;
@ -6132,23 +6149,4 @@ g {
background-clip: text;
-webkit-background-clip: text;
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 = {
'css/main.css': 418,
'css/main.css': 419,
'css/catalog.css': 2,
'css/4chan.css': 61,