fine-tune expandables for sepia theme
This commit is contained in:
parent
388dca548c
commit
ae90d4fd79
|
@ -224,6 +224,10 @@ body.sepia .comments > form button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
body.sepia #links .link .entry details[open] .preview {
|
body.sepia #links .link .entry details[open] .preview {
|
||||||
width: calc(100vw - 30px);
|
width: calc(100vw - 34px);
|
||||||
|
margin-left: 3px;
|
||||||
|
}
|
||||||
|
body.sepia #links .link .entry .selftext {
|
||||||
|
width: calc(100vw - 70px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue