diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 402cc7c0..be02c849 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -488,7 +488,7 @@ .html-thumbnail.misc.fileimagehover .overlay { margin: 1px 0 0 2px; } -.files .list.list-view { +@mixin dashboard-list-view { padding: 0; .upload-Boundary { @@ -584,6 +584,14 @@ } } } +@media (max-device-width:480px), screen and (max-width:800px) { + .files .list { + @include dashboard-list-view; + } +} +.files .list.list-view { + @include dashboard-list-view; +} .site-actions { float: left; margin-top: 20px;