mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
support primaryPanelClassName
This commit is contained in:
parent
7ea2f587f8
commit
dbcc25e945
@ -119,6 +119,7 @@ export class PagePanelWithNavMenu extends React.Component {
|
||||
}
|
||||
|
||||
return <PagePanels
|
||||
primaryPanelClassName={this.props.primaryPanelClassName}
|
||||
panels={panels}
|
||||
/>
|
||||
}
|
||||
@ -163,6 +164,7 @@ export default class PagePanels extends React.Component {
|
||||
{
|
||||
this.props.panels[1] && <Panel
|
||||
{...this.props.panels[1]}
|
||||
className={this.props.primaryPanelClassName}
|
||||
align="center"
|
||||
/>
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
align-items: center;
|
||||
|
||||
&.full {
|
||||
height: 100%;
|
||||
//height: 100%;
|
||||
}
|
||||
|
||||
&.left {
|
||||
|
Loading…
x
Reference in New Issue
Block a user