mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed no-comment height
This commit is contained in:
parent
b844e58568
commit
2d65641693
2 changed files with 2 additions and 9 deletions
|
@ -49,12 +49,3 @@ const Cell: FC<IProps> = ({ node: { id, title, brief, type }, onSelect, is_text
|
||||||
};
|
};
|
||||||
|
|
||||||
export { Cell };
|
export { Cell };
|
||||||
|
|
||||||
/*
|
|
||||||
{is_text && (
|
|
||||||
<div className={styles.text}>
|
|
||||||
<div className={styles.text_title}>{node.title}</div>
|
|
||||||
{TEXTS.LOREM_IPSUM}
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
*/
|
|
||||||
|
|
|
@ -31,6 +31,8 @@
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font: $font_18_semibold;
|
font: $font_18_semibold;
|
||||||
color: transparentize(white, 0.5);
|
color: transparentize(white, 0.5);
|
||||||
|
flex: 0 0 $comment_height;
|
||||||
|
|
||||||
@include outer_shadow();
|
@include outer_shadow();
|
||||||
|
|
||||||
&:nth-child(2) {
|
&:nth-child(2) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue