diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-05-03 21:27:07 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-05-03 21:27:07 +0200 |
commit | e7cd089fa66489702d00aae11a3e765c038c95a3 (patch) | |
tree | 7fc8eda22022ac2f8fca3a67374a769b6ac2817f /src/Wallabag | |
parent | 9b57bac8b9ad95d1b4de051222b0f351991997f0 (diff) | |
download | wallabag-e7cd089fa66489702d00aae11a3e765c038c95a3.tar.gz wallabag-e7cd089fa66489702d00aae11a3e765c038c95a3.tar.zst wallabag-e7cd089fa66489702d00aae11a3e765c038c95a3.zip |
Fix pagination bar on small devices
Fix #2008
Diffstat (limited to 'src/Wallabag')
-rwxr-xr-x | src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css index a3915b1d..b106d91a 100755 --- a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css | |||
@@ -437,6 +437,9 @@ main ul.row { | |||
437 | .indicator { | 437 | .indicator { |
438 | display: none; | 438 | display: none; |
439 | } | 439 | } |
440 | .pagination li.prev, .pagination li.next { | ||
441 | width: auto; | ||
442 | } | ||
440 | } | 443 | } |
441 | 444 | ||
442 | @media only screen and (min-width : 400px) { | 445 | @media only screen and (min-width : 400px) { |