[Mobile] IN PROGRESS: Hide name in view-switcher in mobile

open #74
This commit is contained in:
Charles Hacskaylo
2015-08-26 13:04:09 -07:00
parent f80266b23f
commit b8b9721ddc
2 changed files with 16 additions and 9 deletions

View File

@@ -119,6 +119,10 @@
}
.view-switcher {
margin-right: 0 !important;
.name {
// Hide the name in mobile
display: none;
}
}
}