diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 985ef5c..3e3eb4a 100644 --- a/static/style.css +++ b/static/style.css @@ -77,14 +77,22 @@ body, margin: 0px; } -.status-content img, .status-image, .status-video { height: auto; width: auto; + vertical-align: bottom; +} + +.status-content img { + vertical-align: middle; +} + +.status-content img, +.status-image, +.status-video { max-height: 240px; max-width: 280px; - vertical-align: bottom; object-fit: contain; } |