mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-08 05:39:13 +00:00
Constrain width/size of agent image in agents view
This commit is contained in:
@@ -85,7 +85,9 @@
|
|||||||
|
|
||||||
div.agent img {
|
div.agent img {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.agent a {
|
div.agent a {
|
||||||
|
|||||||
Reference in New Issue
Block a user