From 7868348a8708b8b0385deb18878e4d36d16085d6 Mon Sep 17 00:00:00 2001 From: Arhell Date: Fri, 8 May 2020 00:33:43 +0300 Subject: [PATCH] remove white bar on the blog page --- static/css/blog.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/blog.css b/static/css/blog.css index c584ee4e53..90bb0c0260 100644 --- a/static/css/blog.css +++ b/static/css/blog.css @@ -497,6 +497,10 @@ img.big-img { overflow-x: scroll; } +.flyout-button { + display: none; +} + /* .content img { max-width: 100%; } */