From 1496eb8155431d10db050934bb0f474e8b4dc400 Mon Sep 17 00:00:00 2001 From: Emma Date: Sun, 29 Dec 2024 17:06:06 +0100 Subject: [PATCH] feat `/browse`: make mobile friendly --- .gitignore | 1 + browse/index.css | 7 +++ browse/index.html | 106 ++++++++++++++++++++++++++++++++++++++-------- 3 files changed, 97 insertions(+), 17 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f80aca --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +wak.toml \ No newline at end of file diff --git a/browse/index.css b/browse/index.css index fc76ef2..5d80a66 100644 --- a/browse/index.css +++ b/browse/index.css @@ -38,6 +38,13 @@ height: 40px !important; } +@media screen and (max-width: 767px) { + #productSearch { + border-top-right-radius: var(--bs-border-radius); + border-bottom-right-radius: var(--bs-border-radius); + } +} + [data-bs-theme=light] .bp-fade { background-image: linear-gradient(to bottom, #ffffff00, #ffffff); } [data-bs-theme=light] .bp-grid { background-image: diff --git a/browse/index.html b/browse/index.html index 16467ec..af4c78e 100644 --- a/browse/index.html +++ b/browse/index.html @@ -129,8 +129,16 @@

Products + -
+
@@ -170,7 +195,7 @@

-
+