mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
hide fluid toggle on mobile
This commit is contained in:
parent
8ef10d5273
commit
5e9b37c105
2 changed files with 12 additions and 3 deletions
|
@ -93,7 +93,7 @@ const FlowStamp: FC<IProps> = ({
|
|||
</div>
|
||||
|
||||
<div className={styles.toggles}>
|
||||
<Group horizontal onClick={toggleLayout}>
|
||||
<Group horizontal onClick={toggleLayout} className={styles.fluid_toggle}>
|
||||
<Toggle value={isFluid} />
|
||||
<div className={styles.toggles__label}>Жидкое течение</div>
|
||||
</Group>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue