Show dashboard list view for mobile users

This commit is contained in:
Victoria Wang 2015-07-17 12:45:51 -07:00
parent 3c08f91d8e
commit 2fd5aaf850

View file

@ -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;