From 7ae2778e480f1653ffc884aed861c553c1289609 Mon Sep 17 00:00:00 2001 From: rr- Date: Sun, 3 Jul 2016 15:55:08 +0200 Subject: [PATCH] client/css: fix sizing of large posts --- client/css/posts.styl | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/css/posts.styl b/client/css/posts.styl index 841a5d2..6fe2fb3 100644 --- a/client/css/posts.styl +++ b/client/css/posts.styl @@ -154,9 +154,6 @@ $safety-unsafe = #F3985F .post-content text-align: left margin: 0 auto - max-height: 100% - max-width: 100% - object-fit: contain position: relative img, object, video, .post-overlay