mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-03 08:36:41 +07:00
fixed audio grid on mobile
This commit is contained in:
parent
c989d50277
commit
44045e7764
6 changed files with 26 additions and 14784 deletions
src/components/editors/SortableAudioGridItem
|
@ -1,7 +1,7 @@
|
|||
import React from 'react';
|
||||
import { SortableElement } from 'react-sortable-hoc';
|
||||
|
||||
import * as styles from './styles.scss';
|
||||
import styles from './styles.scss';
|
||||
|
||||
const SortableAudioGridItem = SortableElement(({ children }) => (
|
||||
<div className={styles.item}>{children}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue