mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +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 {
|
||||
border-radius: 50%;
|
||||
border: 2px solid var(--primary-inverse);
|
||||
border: 3px solid var(--primary-hover);
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
padding: 3px;
|
||||
|
||||
@@ -38,9 +38,9 @@
|
||||
display: grid;
|
||||
grid-template-columns: 1fr min(70vw, 100%) 1fr;
|
||||
}
|
||||
img.circle {
|
||||
width: 49px;
|
||||
height: 49px;
|
||||
.circle {
|
||||
width: 51px;
|
||||
height: 51px;
|
||||
}
|
||||
|
||||
.page {
|
||||
|
||||
Reference in New Issue
Block a user