fix long multireddit texts overflowing
This commit is contained in:
parent
73b608346e
commit
bc93da2a31
|
@ -102,9 +102,73 @@ body.dark .comment {
|
||||||
background: var(--darkbg);
|
background: var(--darkbg);
|
||||||
}
|
}
|
||||||
body.dark .comment .comment {
|
body.dark .comment .comment {
|
||||||
|
background: var(--darkbglight);
|
||||||
border-left: 1px solid #545454;
|
border-left: 1px solid #545454;
|
||||||
}
|
}
|
||||||
|
body.dark .comment .comment .comment {
|
||||||
|
background: var(--darkbg);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbglight);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbg);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbglight);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbg);
|
||||||
|
}
|
||||||
|
/* Is there any better way to do this??? send help naow */
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbglight);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbg);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbglight);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbg);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbglight);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbg);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbglight);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbg);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbg);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbglight);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbg);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbglight);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbg);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbglight);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbg);
|
||||||
|
}
|
||||||
|
body.dark .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--darkbglight);
|
||||||
|
}
|
||||||
body.dark .comment .meta .created a {
|
body.dark .comment .meta .created a {
|
||||||
color: #7b7b7b;
|
color: #7b7b7b;
|
||||||
}
|
}
|
||||||
|
@ -529,10 +593,6 @@ input[type="submit"]:hover,
|
||||||
/* COMMENTS */
|
/* COMMENTS */
|
||||||
.comment {
|
.comment {
|
||||||
font-size: 0.83rem;
|
font-size: 0.83rem;
|
||||||
padding-left: 30px;
|
|
||||||
width: auto;
|
|
||||||
overflow: hidden;
|
|
||||||
background: var(--whitebg);
|
|
||||||
}
|
}
|
||||||
.comment summary {
|
.comment summary {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -566,6 +626,12 @@ input[type="submit"]:hover,
|
||||||
.comment .comment:first-child {
|
.comment .comment:first-child {
|
||||||
width: calc(100% - 30px);
|
width: calc(100% - 30px);
|
||||||
}
|
}
|
||||||
|
.comment {
|
||||||
|
padding-left: 30px;
|
||||||
|
width: auto;
|
||||||
|
overflow: hidden;
|
||||||
|
background: var(--whitebg);
|
||||||
|
}
|
||||||
.comment details summary {
|
.comment details summary {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
@ -602,11 +668,74 @@ input[type="submit"]:hover,
|
||||||
max-width: 60em;
|
max-width: 60em;
|
||||||
}
|
}
|
||||||
.comment .comment {
|
.comment .comment {
|
||||||
background-color: rgba(0,0,0,.05);
|
background: var(--lightgray);
|
||||||
border-left: 1px solid #dcdcdc;
|
border-left: 1px solid #dcdcdc;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
.comment .comment .comment {
|
||||||
|
background: var(--whitebg);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment {
|
||||||
|
background: var(--lightgray);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment {
|
||||||
|
background: var(--whitebg);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--lightgray);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--whitebg);
|
||||||
|
}
|
||||||
|
/* Is there any better way to do this??? send help naow */
|
||||||
|
.comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--lightgray);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--whitebg);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--lightgray);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--whitebg);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--lightgray);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--whitebg);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--lightgray);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--whitebg);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--whitebg);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--lightgray);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--whitebg);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--lightgray);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--whitebg);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--lightgray);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--whitebg);
|
||||||
|
}
|
||||||
|
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
|
||||||
|
background: var(--lightgray);
|
||||||
|
}
|
||||||
/* POST */
|
/* POST */
|
||||||
#post .info {
|
#post .info {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -1265,3 +1394,4 @@ code {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue