|
|
|
|
@ -130,7 +130,7 @@ export default class MobileLayout {
|
|
|
|
|
.id("mobile-rest-container")
|
|
|
|
|
.child(
|
|
|
|
|
new SidebarContainer("tree", "column")
|
|
|
|
|
.class("d-sm-flex d-md-flex d-lg-flex d-xl-flex col-12 col-sm-5 col-md-4 col-lg-3 col-xl-3")
|
|
|
|
|
.class("d-md-flex d-lg-flex d-xl-flex col-12 col-sm-5 col-md-4 col-lg-3 col-xl-3")
|
|
|
|
|
.id("mobile-sidebar-wrapper")
|
|
|
|
|
.css("max-height", "100%")
|
|
|
|
|
.css("padding-left", "0")
|
|
|
|
|
@ -142,10 +142,6 @@ export default class MobileLayout {
|
|
|
|
|
new ScreenContainer("detail", "column")
|
|
|
|
|
.id("detail-container")
|
|
|
|
|
.class("d-sm-flex d-md-flex d-lg-flex d-xl-flex col-12 col-sm-7 col-md-8 col-lg-9")
|
|
|
|
|
.css("padding-left", "0")
|
|
|
|
|
.css("padding-right", "0")
|
|
|
|
|
.css("max-height", "100%")
|
|
|
|
|
.css("position", "relative")
|
|
|
|
|
.child(
|
|
|
|
|
new FlexContainer("row")
|
|
|
|
|
.contentSized()
|
|
|
|
|
|