Fix files mobile view

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-02-01 18:39:27 +01:00
parent 1952560ac7
commit e0e5b32f94
No known key found for this signature in database
GPG key ID: FB5ACEED51955BF8

View file

@ -1,4 +1,7 @@
@media only screen and (max-width: 768px) {
/* 938 = table min-width(688) + app-navigation width: 250
769 = size where app-navigation (768) is hidden +1
688 = table min-width */
@media only screen and (max-width: 938px) and (min-width: 769px), only screen and (max-width: 688px) {
.app-files #app-content.dir-drop{
background-color: rgba(255, 255, 255, 1)!important;