From 57ed64e1eab1c8c59b8c4059bf542483b3a5894c Mon Sep 17 00:00:00 2001 From: Divya Jain <62170586+dvjn@users.noreply.github.com> Date: Sat, 8 Oct 2022 19:21:12 +0530 Subject: [PATCH] Imporve Navbar UI (#1235) - Improved padding - Grouped links together on the left and icons on the right - Updated navbar link hover effect - Moved account icon to the rightmost place (as in almost every other application) - Rounded account icon to make it consistent with rest of the icon buttons Co-authored-by: Divya Jain --- .../components/layout/header/ActiveBuilds.vue | 2 +- web/src/components/layout/header/Navbar.vue | 58 +++++++++++-------- 2 files changed, 36 insertions(+), 24 deletions(-) diff --git a/web/src/components/layout/header/ActiveBuilds.vue b/web/src/components/layout/header/ActiveBuilds.vue index eca17afca..ce2049853 100644 --- a/web/src/components/layout/header/ActiveBuilds.vue +++ b/web/src/components/layout/header/ActiveBuilds.vue @@ -1,6 +1,6 @@ @@ -75,3 +77,13 @@ export default defineComponent({ }, }); + +