publish, links: restore full height

This commit is contained in:
Matilde Park 2020-06-17 19:13:34 -04:00
parent 1cc4067622
commit 08b4a47589
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ export class Skeleton extends Component {
? props.invites['/link'] : {};
return (
<div className={'absolute w-100 ' + popoutWindow}>
<div className={'absolute w-100 ' + popoutWindow} style={{ height: 'calc(100% - 45px)' }}>
<div className={'cf w-100 h-100 flex ' + popoutBorder}>
<ChannelsSidebar
active={props.active}

View File

@ -18,7 +18,7 @@ export class Skeleton extends Component {
? '': 'ba-m ba-l ba-xl b--gray4 b--gray1-d br1';
return (
<div className={'w-100 ' + popoutWindow}>
<div className={'w-100 h-100 ' + popoutWindow}>
<div className={'cf w-100 h-100 flex ' + popoutBorder}>
<Sidebar
popout={popout}