mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
updated boris layout
This commit is contained in:
parent
36997875ee
commit
67848ae061
4 changed files with 32 additions and 13 deletions
|
@ -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}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue