From 48d249db9e8acf6e2682da415ae2063fd61c7163 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Wed, 10 Apr 2024 19:04:31 +0530 Subject: [PATCH] Center the nav item text and user profile initial icons --- src/interface/desktop/assets/khoj.css | 4 +++- src/khoj/interface/web/assets/khoj.css | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/interface/desktop/assets/khoj.css b/src/interface/desktop/assets/khoj.css index 4154bee4..ec65ec56 100644 --- a/src/interface/desktop/assets/khoj.css +++ b/src/interface/desktop/assets/khoj.css @@ -126,6 +126,7 @@ a.khoj-nav-selected { height: 30px; } span.khoj-nav-item-text { + padding-top: 6px; padding-left: 8px; } img.khoj-logo { @@ -193,7 +194,8 @@ img.khoj-logo { font-size: 20px; box-sizing: unset; width: 40px; - height: 40px; + height: 35px; + padding-top: 8px; } .subscribed { border: 3px solid var(--primary-hover); diff --git a/src/khoj/interface/web/assets/khoj.css b/src/khoj/interface/web/assets/khoj.css index 88e1d928..3c3536a7 100644 --- a/src/khoj/interface/web/assets/khoj.css +++ b/src/khoj/interface/web/assets/khoj.css @@ -124,6 +124,7 @@ a.khoj-logo { height: 30px; } span.khoj-nav-item-text { + padding-top: 6px; padding-left: 8px; } img.khoj-logo { @@ -191,7 +192,8 @@ img.khoj-logo { font-size: 20px; box-sizing: unset; width: 40px; - height: 40px; + height: 35px; + padding-top: 8px } .subscribed { border: 3px solid var(--primary-hover);