1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

updated boris layout

This commit is contained in:
Fedor Katurov 2020-08-27 14:28:16 +07:00
parent 36997875ee
commit 67848ae061
4 changed files with 32 additions and 13 deletions

View file

@ -96,7 +96,7 @@ const BorisLayoutUnconnected: FC<IProps> = ({
{is_user && <NodeCommentForm is_before />}
{is_loading_comments ? (
<NodeNoComments is_loading />
<NodeNoComments is_loading count={7} />
) : (
<NodeComments
comments={comments}

View file

@ -14,6 +14,10 @@
box-shadow: inset transparentize(mix($wisegreen, white, 60%), 0.6) 0 1px;
@include desktop {
flex: 2.5;
}
@media(max-width: 1024px) {
flex: 2;
}
}