From a6c3531821aa10d80cc93d1809cbc45943c2c830 Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Sat, 4 May 2024 18:18:30 +0000 Subject: UI changes to improved desktop experience --- src/app/anime/search/search.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/app/anime/search/search.module.css') diff --git a/src/app/anime/search/search.module.css b/src/app/anime/search/search.module.css index 9b0d374..55e29d8 100644 --- a/src/app/anime/search/search.module.css +++ b/src/app/anime/search/search.module.css @@ -7,6 +7,7 @@ .inputContainer { display: flex; align-items: center; + margin: 0 0.3rem 0 0.3rem; } .inputContainer button { @@ -103,7 +104,7 @@ @media screen and (max-width: 768px) { .searchContainer { - width: 70%; + width: 100%; } .anime p { -- cgit v1.2.3