fix expandable image overflowing with sepia theme
This commit is contained in:
parent
5b813d3f8f
commit
388dca548c
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue