mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Hide sitetree in smaller screens for setting and pages
This commit is contained in:
parent
debb1a947e
commit
4373eb6801
@ -22,10 +22,13 @@ body {
|
|||||||
|
|
||||||
// TODO move out of layout
|
// TODO move out of layout
|
||||||
@include media-breakpoint-down(md) {
|
@include media-breakpoint-down(md) {
|
||||||
.cms-content.has-panel .cms-content-tools {
|
.CMSPageEditController,
|
||||||
|
.CMSPageSettingsController {
|
||||||
|
&.has-panel .cms-content-tools {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Panels, basic holder for CMS content areas
|
// Panels, basic holder for CMS content areas
|
||||||
|
Loading…
Reference in New Issue
Block a user