From: Guillaume Boudreau Date: Mon, 19 May 2014 10:59:49 +0000 (-0400) Subject: Fixed Baggy theme CSS for Chrome Extension (and < 500px width layout) X-Git-Tag: 1.7.0^2~4^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=f61ffec3529cb422f6703057fedcc7e23188e724;p=github%2Fwallabag%2Fwallabag.git Fixed Baggy theme CSS for Chrome Extension (and < 500px width layout) --- 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;