1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-27 11:22:17 -05:00

Merge pull request #706 from gboudreau/dev

Fixed Baggy theme CSS for Chrome Extension (and < 500px width layout)
This commit is contained in:
tcitworld 2014-05-21 22:13:31 +02:00
commit ab157bbb75

View File

@ -979,8 +979,8 @@ blockquote {
content: none; content: none;
} }
.logo { .logo {
width: 1.5em; width: 1.25em;
height: 1.5em; height: 1.25em;
left: 0; left: 0;
top: 0; top: 0;
} }
@ -1030,6 +1030,7 @@ blockquote {
margin-left: 1.5em; margin-left: 1.5em;
padding-right: 1.5em; padding-right: 1.5em;
position: static; position: static;
margin-top: 3em;
} }
#article_toolbar .topPosF { #article_toolbar .topPosF {
display: none; display: none;