mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46: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}>
|
<div className={styles.panel}>
|
||||||
<StickyBox className={styles.sticky} offsetTop={72}>
|
<StickyBox className={styles.sticky} offsetTop={72}>
|
||||||
<Group style={{ flex: 1, minWidth: 0 }}>
|
<Group className={styles.left}>
|
||||||
<NodeTagsBlock node={node} isLoading={isLoading} />
|
<NodeTagsBlock node={node} isLoading={isLoading} />
|
||||||
<NodeRelatedBlock isLoading={isLoading} node={node} related={related} />
|
<NodeRelatedBlock isLoading={isLoading} node={node} related={related} />
|
||||||
</Group>
|
</Group>
|
||||||
|
|
|
@ -46,3 +46,8 @@
|
||||||
border-radius: $panel_radius;
|
border-radius: $panel_radius;
|
||||||
box-shadow: $comment_shadow;
|
box-shadow: $comment_shadow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.left {
|
||||||
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue