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

added arrow navigation for swiper

This commit is contained in:
Fedor Katurov 2021-03-12 10:09:56 +07:00
parent 983bf6f3e0
commit c5288e0f80
5 changed files with 23 additions and 5 deletions

View file

@ -40,7 +40,7 @@ const NodeLayout: FC<IProps> = memo(
const { head, block } = useNodeBlocks(current, is_loading);
return (
<>
<div className={styles.wrap}>
{head}
<Container>
@ -64,7 +64,7 @@ const NodeLayout: FC<IProps> = memo(
</Container>
<SidebarRouter prefix="/post:id" />
</>
</div>
);
}
);

View file

@ -2,6 +2,8 @@
.content {
align-items: stretch !important;
background-color: red;
@include vertical_at_tablet;
}