mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 21:29:11 +00:00
Fix color and size of profile picture circle in nav pane
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user