1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

minor ui fixes

This commit is contained in:
Thomas Citharel 2016-06-23 23:13:25 +02:00
parent 91826e3ca2
commit a15022db96
2 changed files with 6 additions and 5 deletions

View file

@ -439,6 +439,10 @@ main ul.row {
height: auto;
}
#article > header > h1 {
font-size: 2em;
}
.reader-mode {
width: 95px !important;
transition: width 0.2s ease;