Merge pull request #1654 from wallabag/fix-add-button-mobile-view

fix #1636
This commit is contained in:
Jeremy Benoist 2016-02-11 17:15:28 +01:00
commit 06c190887f

View file

@ -149,10 +149,6 @@ nav input {
max-height: 64px;
}
.nav-panel-buttom {
float: right;
}
.nav-panels {
transition: background 0.2s ease;
}
@ -421,6 +417,12 @@ main ul.row {
}
}
@media only screen and (min-width : 400px) {
.nav-panel-buttom {
float: right;
}
}
@media only screen and (min-width : 993px) and (max-width : 1180px) {
.row .col.l1 {
width: 25%;