suppot for total window height

This commit is contained in:
SrGooglo 2025-03-13 23:37:12 +00:00
parent 8576954187
commit 81b3e2d857

View File

@ -95,6 +95,12 @@ export default class Layout extends React.PureComponent {
layoutType: layout,
})
},
toggleTotalWindowHeight: (to) => {
return this.layoutInterface.toggleRootContainerClassname(
"total-window-height",
to,
)
},
toggleCenteredContent: (to) => {
return this.layoutInterface.toggleRootContainerClassname(
"centered-content",