diff options
author | Guillaume Boudreau <guillaume@mobilogie.com> | 2014-05-19 06:59:49 -0400 |
---|---|---|
committer | Guillaume Boudreau <guillaume@mobilogie.com> | 2014-05-21 15:54:54 -0400 |
commit | f61ffec3529cb422f6703057fedcc7e23188e724 (patch) | |
tree | 44572cc56a3a9b72bd9d11af24648e14568aeae7 /themes | |
parent | 230fa05eb736ab58d4183ddb2932bc7c620a2dd4 (diff) | |
download | wallabag-f61ffec3529cb422f6703057fedcc7e23188e724.tar.gz wallabag-f61ffec3529cb422f6703057fedcc7e23188e724.tar.zst wallabag-f61ffec3529cb422f6703057fedcc7e23188e724.zip |
Fixed Baggy theme CSS for Chrome Extension (and < 500px width layout)
Diffstat (limited to 'themes')
-rwxr-xr-x | themes/baggy/css/main.css | 5 |
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; |