fix expandable image overflowing with sepia theme

This commit is contained in:
teddit 2021-01-29 16:33:48 +01:00
parent 5b813d3f8f
commit 388dca548c
1 changed files with 3 additions and 0 deletions

View File

@ -223,4 +223,7 @@ body.sepia .comments > form button {
body.sepia #sidebar {
width: 100%;
}
body.sepia #links .link .entry details[open] .preview {
width: calc(100vw - 30px);
}
}