Hide sitetree in smaller screens for setting and pages

This commit is contained in:
Paul Clarke 2016-10-28 10:30:13 +13:00
parent debb1a947e
commit 4373eb6801

View File

@ -22,8 +22,11 @@ body {
// TODO move out of layout
@include media-breakpoint-down(md) {
.cms-content.has-panel .cms-content-tools {
display: none;
.CMSPageEditController,
.CMSPageSettingsController {
&.has-panel .cms-content-tools {
display: none;
}
}
}