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:
parent
983bf6f3e0
commit
c5288e0f80
5 changed files with 23 additions and 5 deletions
|
@ -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>
|
||||
);
|
||||
}
|
||||
);
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
.content {
|
||||
align-items: stretch !important;
|
||||
background-color: red;
|
||||
|
||||
@include vertical_at_tablet;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue