mirror of
https://github.com/directus/directus.git
synced 2026-01-27 20:38:21 -05:00
Fix image size in user detail page header avatar (#631)
This commit is contained in:
@@ -342,6 +342,12 @@ export default defineComponent({
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
.user-box-content {
|
||||
|
||||
Reference in New Issue
Block a user