diff options
-rwxr-xr-x | src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css | 10 |
1 files changed, 6 insertions, 4 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 0ce334a3..710e4c11 100755 --- a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css | |||
@@ -149,10 +149,6 @@ nav input { | |||
149 | max-height: 64px; | 149 | max-height: 64px; |
150 | } | 150 | } |
151 | 151 | ||
152 | .nav-panel-buttom { | ||
153 | float: right; | ||
154 | } | ||
155 | |||
156 | .nav-panels { | 152 | .nav-panels { |
157 | transition: background 0.2s ease; | 153 | transition: background 0.2s ease; |
158 | } | 154 | } |
@@ -417,6 +413,12 @@ main ul.row { | |||
417 | } | 413 | } |
418 | } | 414 | } |
419 | 415 | ||
416 | @media only screen and (min-width : 400px) { | ||
417 | .nav-panel-buttom { | ||
418 | float: right; | ||
419 | } | ||
420 | } | ||
421 | |||
420 | @media only screen and (min-width : 993px) and (max-width : 1180px) { | 422 | @media only screen and (min-width : 993px) and (max-width : 1180px) { |
421 | .row .col.l1 { | 423 | .row .col.l1 { |
422 | width: 25%; | 424 | width: 25%; |