mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style: update mobile UI spacing, colors
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.filtersButton {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.modal label, .modal button, .modal select {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -57,7 +57,7 @@ const CatalogFilters = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<span className='button' onClick={() => setShowModal(true)}>
|
||||
<span className={`${styles.filtersButton} button`} onClick={() => setShowModal(true)}>
|
||||
{t('filters')}
|
||||
</span>
|
||||
{showModal && <FiltersModal closeModal={closeModal} />}
|
||||
|
||||
Reference in New Issue
Block a user