aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/public
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-02-08 21:30:11 +0100
committerThomas Citharel <tcit@tcit.fr>2016-02-08 21:30:11 +0100
commitdcb6bd7a9dba44600402a4dea87acefda495818e (patch)
tree18f2beb5876ce17df531a49ebb007bf8e525970c /src/Wallabag/CoreBundle/Resources/public
parentae5b37ef2e52c06182bc6edb14f6b3aae381ddb4 (diff)
downloadwallabag-dcb6bd7a9dba44600402a4dea87acefda495818e.tar.gz
wallabag-dcb6bd7a9dba44600402a4dea87acefda495818e.tar.zst
wallabag-dcb6bd7a9dba44600402a4dea87acefda495818e.zip
fix #1636
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/public')
-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 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%;