Skip to content
Snippets Groups Projects
Commit 9ce8437b authored by Marius Blüm's avatar Marius Blüm Committed by GitHub
Browse files

Merge pull request #3353 from nextcloud/mobile-view-files-fix

Fix files mobile view
parents 03bbda91 e0e5b32f
No related branches found
No related tags found
No related merge requests found
@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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment