update from sparkleup
This commit is contained in:
parent
93d8b3f1cd
commit
c15ce7b927
11
style.css
11
style.css
|
@ -276,6 +276,9 @@ q.comment q.comment {
|
||||||
/* Do not float or size nested comments. */
|
/* Do not float or size nested comments. */
|
||||||
float: none;
|
float: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0.25rem auto;
|
||||||
|
position: static;
|
||||||
}
|
}
|
||||||
|
|
||||||
q.comment .attribution, q.comment .date {
|
q.comment .attribution, q.comment .date {
|
||||||
|
@ -338,10 +341,10 @@ p + p, hr, .control {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width:960px) {
|
@media only screen and (min-width: 1600px) {
|
||||||
q.comment {
|
q.comment {
|
||||||
position: absolute;
|
position: relative;
|
||||||
right: 1rem;
|
margin-right: calc(-320px - 1rem - 20px);
|
||||||
max-width: 320px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue