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. */
|
||||
float: none;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
margin: 0.25rem auto;
|
||||
position: static;
|
||||
}
|
||||
|
||||
q.comment .attribution, q.comment .date {
|
||||
|
@ -338,10 +341,10 @@ p + p, hr, .control {
|
|||
clear: both;
|
||||
}
|
||||
|
||||
@media only screen and (min-width:960px) {
|
||||
@media only screen and (min-width: 1600px) {
|
||||
q.comment {
|
||||
position: absolute;
|
||||
right: 1rem;
|
||||
max-width: 320px;
|
||||
position: relative;
|
||||
margin-right: calc(-320px - 1rem - 20px);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue