aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/public
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-11 17:15:28 +0100
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-11 17:15:28 +0100
commit06c190887fd38c314db8d240ab2e46f5777ed59e (patch)
tree8cc7f1c9bdf31ee6ea9e9804911da49bb0d002b0 /src/Wallabag/CoreBundle/Resources/public
parenta7c7de4e9b1ba9c688c9d4f5c442adcd6450c0a4 (diff)
parentdcb6bd7a9dba44600402a4dea87acefda495818e (diff)
downloadwallabag-06c190887fd38c314db8d240ab2e46f5777ed59e.tar.gz
wallabag-06c190887fd38c314db8d240ab2e46f5777ed59e.tar.zst
wallabag-06c190887fd38c314db8d240ab2e46f5777ed59e.zip
Merge pull request #1654 from wallabag/fix-add-button-mobile-view
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 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%;