mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Center the nav item text and user profile initial icons
This commit is contained in:
parent
60f6a1c6f1
commit
48d249db9e
2 changed files with 6 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue