mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added lab sorting
This commit is contained in:
parent
566e1192cd
commit
948f3a7e04
7 changed files with 63 additions and 15 deletions
|
@ -1,5 +1,6 @@
|
|||
import React, { FC } from 'react';
|
||||
|
||||
import { Superpower } from '~/components/boris/Superpower';
|
||||
import { Group } from '~/components/containers/Group';
|
||||
import { Sticky } from '~/components/containers/Sticky';
|
||||
import { LabHead } from '~/components/lab/LabHead';
|
||||
|
|
|
@ -49,6 +49,5 @@
|
|||
}
|
||||
|
||||
.head {
|
||||
padding: 0 $gap * 0.5;
|
||||
display: none;
|
||||
padding: 0 $gap * 0.5 $gap * 0.5;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue