mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed left panel styles
This commit is contained in:
parent
e2a69b2b2e
commit
c1279c538a
2 changed files with 6 additions and 1 deletions
|
@ -60,7 +60,7 @@ const NodeBottomBlock: FC<IProps> = ({
|
|||
|
||||
<div className={styles.panel}>
|
||||
<StickyBox className={styles.sticky} offsetTop={72}>
|
||||
<Group style={{ flex: 1, minWidth: 0 }}>
|
||||
<Group className={styles.left}>
|
||||
<NodeTagsBlock node={node} isLoading={isLoading} />
|
||||
<NodeRelatedBlock isLoading={isLoading} node={node} related={related} />
|
||||
</Group>
|
||||
|
|
|
@ -46,3 +46,8 @@
|
|||
border-radius: $panel_radius;
|
||||
box-shadow: $comment_shadow;
|
||||
}
|
||||
|
||||
.left {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue