diff options
| author | unwox <me@unwox.com> | 2025-10-14 13:07:48 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-10-14 13:07:48 +0600 |
| commit | 163773bdf237ba80a34a4a5366df826933f2cd8a (patch) | |
| tree | d0a2f1244f7af51dc7ee274a4cd863e2ad7aefc1 /static/style.css | |
| parent | 668aeb1730978c3712ed5a83f927e69e2b8e114c (diff) | |
improve products search
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/static/style.css b/static/style.css index 17b1d26..55b6368 100644 --- a/static/style.css +++ b/static/style.css @@ -440,6 +440,11 @@ p { margin-bottom: 1rem; } +input:not([type=checkbox]), +select { + height: 1.75rem; +} + .form { display: flex; flex-direction: column; @@ -474,11 +479,6 @@ p { width: 100%; } -.form-row input:not([type=checkbox]), -.form-row select { - height: 1.75rem; -} - .form-file-img { width: 5.25rem; height: 5.25rem; @@ -548,7 +548,8 @@ p { display: block !important; } -.d-flex { +.d-flex, +.d-flex-desktop { display: flex !important; } @@ -650,6 +651,10 @@ p { .shop-item-img { width: 100%; } + + .d-flex-desktop { + flex-direction: column; + } } @media (prefers-color-scheme: dark) { |
