Skip to content

Commit

Permalink
Merge pull request #3353 from nextcloud/mobile-view-files-fix
Browse files Browse the repository at this point in the history
Fix files mobile view
  • Loading branch information
MariusBluem authored Feb 4, 2017
2 parents 03bbda9 + e0e5b32 commit 9ce8437
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/files/css/mobile.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 9ce8437

Please sign in to comment.