mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
added toggleDisableTopLayoutPadding
method
This commit is contained in:
parent
89efda2b96
commit
0a21c0b45f
@ -133,6 +133,9 @@ export default class Layout extends React.PureComponent {
|
||||
toggleTopBarSpacer: (to) => {
|
||||
return this.layoutInterface.toggleRootContainerClassname("top-bar-spacer", to)
|
||||
},
|
||||
toggleDisableTopLayoutPadding: (to) => {
|
||||
return this.layoutInterface.toggleRootContainerClassname("disable-top-layout-padding", to)
|
||||
},
|
||||
togglePagePanelSpacer: (to) => {
|
||||
return this.layoutInterface.toggleRootContainerClassname("page-panel-spacer", to)
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user