aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css10
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 87bcfe65..f88880cc 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}
@@ -421,6 +417,12 @@ main ul.row {
421 } 417 }
422 } 418 }
423 419
420@media only screen and (min-width : 400px) {
421 .nav-panel-buttom {
422 float: right;
423 }
424}
425
424@media only screen and (min-width : 993px) and (max-width : 1180px) { 426@media only screen and (min-width : 993px) and (max-width : 1180px) {
425 .row .col.l1 { 427 .row .col.l1 {
426 width: 25%; 428 width: 25%;