]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fixed Baggy theme CSS for Chrome Extension (and < 500px width layout) 706/head
authorGuillaume Boudreau <guillaume@mobilogie.com>
Mon, 19 May 2014 10:59:49 +0000 (06:59 -0400)
committerGuillaume Boudreau <guillaume@mobilogie.com>
Wed, 21 May 2014 19:54:54 +0000 (15:54 -0400)
themes/baggy/css/main.css

index 6d3a56e1766ebdfb6a8d45d335ca536065328065..6d320cd2d657b6a108faa4a6213a5500fd97f37d 100755 (executable)
@@ -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;