aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortcitworld <tcit@tcit.fr>2014-05-21 22:13:31 +0200
committertcitworld <tcit@tcit.fr>2014-05-21 22:13:31 +0200
commitab157bbb75ba226917145c9bf906cbf764a85cd0 (patch)
tree8a1ae1483c98277d6e3dc972b602c8763c833b43
parent88f0e316225a3e9c98f5dbcf0ee8749d8eab55a5 (diff)
parentf61ffec3529cb422f6703057fedcc7e23188e724 (diff)
downloadwallabag-ab157bbb75ba226917145c9bf906cbf764a85cd0.tar.gz
wallabag-ab157bbb75ba226917145c9bf906cbf764a85cd0.tar.zst
wallabag-ab157bbb75ba226917145c9bf906cbf764a85cd0.zip
Merge pull request #706 from gboudreau/dev
Fixed Baggy theme CSS for Chrome Extension (and < 500px width layout)
-rwxr-xr-xthemes/baggy/css/main.css5
1 files 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 {
979 content: none; 979 content: none;
980 } 980 }
981 .logo { 981 .logo {
982 width: 1.5em; 982 width: 1.25em;
983 height: 1.5em; 983 height: 1.25em;
984 left: 0; 984 left: 0;
985 top: 0; 985 top: 0;
986 } 986 }
@@ -1030,6 +1030,7 @@ blockquote {
1030 margin-left: 1.5em; 1030 margin-left: 1.5em;
1031 padding-right: 1.5em; 1031 padding-right: 1.5em;
1032 position: static; 1032 position: static;
1033 margin-top: 3em;
1033 } 1034 }
1034 #article_toolbar .topPosF { 1035 #article_toolbar .topPosF {
1035 display: none; 1036 display: none;