diff --git a/src/interface/desktop/assets/khoj.css b/src/interface/desktop/assets/khoj.css index 4154bee42..ec65ec560 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 88e1d928b..3c3536a7e 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);