mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-19 21:54:58 -04:00
fix expandable image overflowing with sepia theme
This commit is contained in:
@@ -223,4 +223,7 @@ body.sepia .comments > form button {
|
|||||||
body.sepia #sidebar {
|
body.sepia #sidebar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
body.sepia #links .link .entry details[open] .preview {
|
||||||
|
width: calc(100vw - 30px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user