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;
}
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);

View file

@ -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);