[Mobile] Tweaks to layout

Removed the user-select option
for the context menu and bottom bar
on mobile. Also edited the folder
grid item so that its icon rep
size is not overly large.
This commit is contained in:
Shivam Dave
2015-07-29 10:39:17 -07:00
parent d262520594
commit 28a2a5b92a
6 changed files with 23 additions and 8 deletions

View File

@@ -199,3 +199,8 @@
overflow-x: hidden !important;
}
}
.disable-select {
@include phoneandtablet {
@include user-select(none);
}
}