diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-11-03 11:28:40 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-11-03 11:28:40 +0100 |
commit | 3221b2e413eeddf952310a702fff0f887384018f (patch) | |
tree | 011b03e419481cdc8094e773a3776281961fd18c /app/Resources | |
parent | 817724a7b8507877a81f3ff53639f7b49cb05851 (diff) | |
download | wallabag-3221b2e413eeddf952310a702fff0f887384018f.tar.gz wallabag-3221b2e413eeddf952310a702fff0f887384018f.tar.zst wallabag-3221b2e413eeddf952310a702fff0f887384018f.zip |
Fix resolution issues and 'title' issues
Also, modify editorconfig for css files.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'app/Resources')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 7bba6bc0..d17d0198 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -430,7 +430,7 @@ main ul.row { | |||
430 | .card .card-content .card-title, | 430 | .card .card-content .card-title, |
431 | .card .card-reveal .card-title { | 431 | .card .card-reveal .card-title { |
432 | line-height: 22.8px; | 432 | line-height: 22.8px; |
433 | max-height: 64px; | 433 | max-height: 80px; |
434 | font-size: 19px; | 434 | font-size: 19px; |
435 | font-family: roberto, "Helvetica Neue", Helvetica, Arial, sans-serif; | 435 | font-family: roberto, "Helvetica Neue", Helvetica, Arial, sans-serif; |
436 | color: #313131; | 436 | color: #313131; |
@@ -711,7 +711,14 @@ main ul.row { | |||
711 | } | 711 | } |
712 | } | 712 | } |
713 | 713 | ||
714 | @media only screen and (min-width: 993px) and (max-width: 1180px) { | 714 | @media only screen and (min-width: 1200px) and (max-width: 1650px) { |
715 | .row .col.l3 { | ||
716 | width: 33.33333%; | ||
717 | margin-left: 0; | ||
718 | } | ||
719 | } | ||
720 | |||
721 | @media only screen and (min-width: 993px) and (max-width: 1200px) { | ||
715 | .row .col.l1 { | 722 | .row .col.l1 { |
716 | width: 25%; | 723 | width: 25%; |
717 | margin-left: 0; | 724 | margin-left: 0; |