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,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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user