Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add comment
Signed-off-by: Greta Doci <[email protected]>
  • Loading branch information
GretaD authored and Backportbot committed Oct 25, 2019
commit fffbcc6b1bf800924e9a4844a4458ea0e6f8cb2b
6 changes: 3 additions & 3 deletions apps/files/css/mobile.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* 938 = table min-width(688) + app-navigation width: 250
769 = size where app-navigation (768) is hidden +1
688 = table min-width */
/* 938 = table min-width(688) + app-navigation width: 250\
$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) {

Expand Down