update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-23 14:40:07 -07:00
parent 93d8b3f1cd
commit c15ce7b927
1 changed files with 7 additions and 4 deletions

View File

@ -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;
} }
} }