fine-tune expandables for sepia theme

This commit is contained in:
teddit 2021-01-29 18:32:08 +01:00
parent 388dca548c
commit ae90d4fd79
1 changed files with 5 additions and 1 deletions

View File

@ -224,6 +224,10 @@ body.sepia .comments > form button {
width: 100%;
}
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);
}
}