Fix color and size of profile picture circle in nav pane

This commit is contained in:
Debanjum Singh Solanky 2023-11-02 20:08:16 -07:00
parent 4fbe8ac6b1
commit 0d4e7d46c2
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -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 {