1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed no-comment height

This commit is contained in:
Fedor Katurov 2019-10-12 18:08:08 +07:00
parent b844e58568
commit 2d65641693
2 changed files with 2 additions and 9 deletions

View file

@ -49,12 +49,3 @@ const Cell: FC<IProps> = ({ node: { id, title, brief, type }, onSelect, is_text
};
export { Cell };
/*
{is_text && (
<div className={styles.text}>
<div className={styles.text_title}>{node.title}</div>
{TEXTS.LOREM_IPSUM}
</div>
)}
*/

View file

@ -31,6 +31,8 @@
text-transform: uppercase;
font: $font_18_semibold;
color: transparentize(white, 0.5);
flex: 0 0 $comment_height;
@include outer_shadow();
&:nth-child(2) {