diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-06-23 23:13:25 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-06-23 23:13:25 +0200 |
commit | a15022db96fb031f7a9bccbdcc9420a8ca94174c (patch) | |
tree | 40d8f584d796086b95f880da26609fecf6cecf53 /app/Resources/static/themes/material | |
parent | 91826e3ca2605d8280db16e62ebd0f2d79f4216c (diff) | |
download | wallabag-a15022db96fb031f7a9bccbdcc9420a8ca94174c.tar.gz wallabag-a15022db96fb031f7a9bccbdcc9420a8ca94174c.tar.zst wallabag-a15022db96fb031f7a9bccbdcc9420a8ca94174c.zip |
minor ui fixes
Diffstat (limited to 'app/Resources/static/themes/material')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index e70bb2b1..cfc77d06 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -439,6 +439,10 @@ main ul.row { | |||
439 | height: auto; | 439 | height: auto; |
440 | } | 440 | } |
441 | 441 | ||
442 | #article > header > h1 { | ||
443 | font-size: 2em; | ||
444 | } | ||
445 | |||
442 | .reader-mode { | 446 | .reader-mode { |
443 | width: 95px !important; | 447 | width: 95px !important; |
444 | transition: width 0.2s ease; | 448 | transition: width 0.2s ease; |