From f61ffec3529cb422f6703057fedcc7e23188e724 Mon Sep 17 00:00:00 2001 From: Guillaume Boudreau Date: Mon, 19 May 2014 06:59:49 -0400 Subject: [PATCH] Fixed Baggy theme CSS for Chrome Extension (and < 500px width layout) --- themes/baggy/css/main.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 6d3a56e1..6d320cd2 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css @@ -979,8 +979,8 @@ blockquote { content: none; } .logo { - width: 1.5em; - height: 1.5em; + width: 1.25em; + height: 1.25em; left: 0; top: 0; } @@ -1030,6 +1030,7 @@ blockquote { margin-left: 1.5em; padding-right: 1.5em; position: static; + margin-top: 3em; } #article_toolbar .topPosF { display: none; -- 2.41.0