Center the nav item text and user profile initial icons

This commit is contained in:
Debanjum Singh Solanky
2024-04-10 19:04:31 +05:30
parent 60f6a1c6f1
commit 48d249db9e
2 changed files with 6 additions and 2 deletions

View File

@@ -126,6 +126,7 @@ a.khoj-nav-selected {
height: 30px; height: 30px;
} }
span.khoj-nav-item-text { span.khoj-nav-item-text {
padding-top: 6px;
padding-left: 8px; padding-left: 8px;
} }
img.khoj-logo { img.khoj-logo {
@@ -193,7 +194,8 @@ img.khoj-logo {
font-size: 20px; font-size: 20px;
box-sizing: unset; box-sizing: unset;
width: 40px; width: 40px;
height: 40px; height: 35px;
padding-top: 8px;
} }
.subscribed { .subscribed {
border: 3px solid var(--primary-hover); border: 3px solid var(--primary-hover);

View File

@@ -124,6 +124,7 @@ a.khoj-logo {
height: 30px; height: 30px;
} }
span.khoj-nav-item-text { span.khoj-nav-item-text {
padding-top: 6px;
padding-left: 8px; padding-left: 8px;
} }
img.khoj-logo { img.khoj-logo {
@@ -191,7 +192,8 @@ img.khoj-logo {
font-size: 20px; font-size: 20px;
box-sizing: unset; box-sizing: unset;
width: 40px; width: 40px;
height: 40px; height: 35px;
padding-top: 8px
} }
.subscribed { .subscribed {
border: 3px solid var(--primary-hover); border: 3px solid var(--primary-hover);