mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
some header fixes
This commit is contained in:
parent
7ae8205e27
commit
72c096daca
9 changed files with 53 additions and 38 deletions
|
@ -17,6 +17,7 @@ const Comment: FC<IProps> = ({
|
|||
}) => (
|
||||
<Card
|
||||
className={classNames(styles.wrap, className, { is_empty, is_loading })}
|
||||
seamless
|
||||
{...props}
|
||||
>
|
||||
<div className={styles.thumb}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue