mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(catalog): add filters to mobile
This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
border-left: var(--settings-modal-border-left);
|
||||
}
|
||||
|
||||
|
||||
.header {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
@@ -77,6 +76,7 @@
|
||||
|
||||
.filters {
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.filters label {
|
||||
|
||||
@@ -55,11 +55,10 @@ const CatalogFilters = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
[
|
||||
<span className={styles.button} onClick={() => setShowModal(true)}>
|
||||
<span className='button' onClick={() => setShowModal(true)}>
|
||||
Filters
|
||||
</span>
|
||||
]{showModal && <FiltersModal closeModal={closeModal} />}
|
||||
{showModal && <FiltersModal closeModal={closeModal} />}
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user