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

Fixed Baggy theme CSS for Chrome Extension (and < 500px width layout)

This commit is contained in:
Guillaume Boudreau 2014-05-19 06:59:49 -04:00
parent 230fa05eb7
commit f61ffec352

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;