Browse Source

Fix the recent/favorite/shared filename problem

Signed-off-by: Greta Doci <gretadoci@gmail.com>
tags/v18.0.0beta1
Greta Doci 4 years ago
parent
commit
2409240d31
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/files/css/mobile.scss

+ 1
- 1
apps/files/css/mobile.scss View File

@@ -2,7 +2,7 @@
$breakpoint-mobile +1 = size where app-navigation is hidden +1
688 = table min-width */
$min-table-width: 688px;
@media only screen and (max-width: $min-table-width + $navigation-width) and (min-width: $breakpoint-mobile + 1), only screen and (max-width: $min-table-width) {
@media only screen and (max-width: $min-table-width + $navigation-width) and (min-width: $breakpoint-mobile -1), only screen and (max-width: $min-table-width) {

.app-files #app-content.dir-drop{
background-color: rgba(255, 255, 255, 1)!important;

Loading…
Cancel
Save