1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-12-04 14:46:24 -05:00

Fix image preview overflow when bosting/faving in fullbrutalism

This commit is contained in:
Jason McBrayer 2018-06-13 13:22:58 -04:00
parent e8b90de6f8
commit 24beec9237

View File

@ -222,6 +222,7 @@ img {
padding: 1ex; padding: 1ex;
margin: 4px; margin: 4px;
border: 8px ridge #CCC; border: 8px ridge #CCC;
overflow: auto;
} }
.media.active_context { .media.active_context {