mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed paddings on tablet for Lab
This commit is contained in:
parent
4d73f18843
commit
6b06d46067
6 changed files with 21 additions and 7 deletions
|
@ -32,7 +32,10 @@ const LabLayout: FC<IProps> = () => {
|
|||
<div className={styles.container}>
|
||||
<div className={styles.wrap}>
|
||||
<Group className={styles.content}>
|
||||
<LabHead isLoading={is_loading} />
|
||||
<div className={styles.head}>
|
||||
<LabHead isLoading={is_loading} />
|
||||
</div>
|
||||
|
||||
<LabGrid />
|
||||
</Group>
|
||||
|
||||
|
|
|
@ -40,4 +40,15 @@
|
|||
|
||||
.content {
|
||||
min-width: 0;
|
||||
margin-left: -$gap / 2;
|
||||
|
||||
@include tablet {
|
||||
margin-left: 0;
|
||||
padding-bottom: $gap / 2;
|
||||
}
|
||||
}
|
||||
|
||||
.head {
|
||||
padding: 0 $gap / 2;
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue