Skip to content

Commit

Permalink
Center the nav item text and user profile initial icons
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjum committed Apr 10, 2024
1 parent 948f024 commit 2e26e1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/interface/desktop/assets/khoj.css
Expand Up @@ -126,6 +126,7 @@ a.khoj-nav-selected {
height: 30px;
}
span.khoj-nav-item-text {
padding-top: 6px;
padding-left: 8px;
}
img.khoj-logo {
Expand Down Expand Up @@ -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);
Expand Down
4 changes: 3 additions & 1 deletion src/khoj/interface/web/assets/khoj.css
Expand Up @@ -124,6 +124,7 @@ a.khoj-logo {
height: 30px;
}
span.khoj-nav-item-text {
padding-top: 6px;
padding-left: 8px;
}
img.khoj-logo {
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 2e26e1e

Please sign in to comment.