mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-24 07:55:07 +01:00
Fix color and size of profile picture circle in nav pane
This commit is contained in:
parent
4fbe8ac6b1
commit
0d4e7d46c2
2 changed files with 4 additions and 4 deletions
|
@ -162,7 +162,7 @@ p#khoj-banner {
|
||||||
}
|
}
|
||||||
.circle {
|
.circle {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 2px solid var(--primary-inverse);
|
border: 3px solid var(--primary-hover);
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
|
|
@ -38,9 +38,9 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr min(70vw, 100%) 1fr;
|
grid-template-columns: 1fr min(70vw, 100%) 1fr;
|
||||||
}
|
}
|
||||||
img.circle {
|
.circle {
|
||||||
width: 49px;
|
width: 51px;
|
||||||
height: 49px;
|
height: 51px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
|
|
Loading…
Reference in a new issue