From db8af9bda1d57061fa3f240c2be9bb8bc0b5f838 Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Sun, 5 May 2024 05:12:06 +0000 Subject: UI enhancement --- src/app/kdrama/styles/search.module.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/app/kdrama/styles/search.module.css') diff --git a/src/app/kdrama/styles/search.module.css b/src/app/kdrama/styles/search.module.css index 80f70b9..e8076f3 100644 --- a/src/app/kdrama/styles/search.module.css +++ b/src/app/kdrama/styles/search.module.css @@ -1,5 +1,5 @@ .SearchContainer { - margin: 20px 0px -20px 0px; + margin: -1rem 0 -2rem 0; } .LoadingText { @@ -14,7 +14,8 @@ display: flex; align-items: center; max-width: 30%; - border-radius: 10px; + border-radius: 0.8rem; + margin: 0 0.2rem 0 0.2rem; } .SearchContainer input { -- cgit v1.2.3