From 5bfe5486808e3a73f74d6d7d2b58117c07405ec9 Mon Sep 17 00:00:00 2001 From: Tolu Date: Mon, 22 Apr 2024 11:46:15 -0400 Subject: [PATCH] Taskbar styling --- prem-data/src/components/taskbar/search-taskbar-style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/prem-data/src/components/taskbar/search-taskbar-style.css b/prem-data/src/components/taskbar/search-taskbar-style.css index da4b2b3..b8ba9f6 100644 --- a/prem-data/src/components/taskbar/search-taskbar-style.css +++ b/prem-data/src/components/taskbar/search-taskbar-style.css @@ -16,7 +16,7 @@ display: flex; align-items: center; justify-content: space-between; - width: 100%; + width: 40%; height: 100%; box-sizing: border-box; } @@ -26,7 +26,8 @@ display: flex; justify-content: left; align-items: center; - box-sizing: border-box; + box-sizing: border-box; + width: 20%; } .taskbar li{