Improved styling of image in structural entity select

This commit is contained in:
Jan Böhmer 2023-02-05 20:23:52 +01:00
parent 08b60cd149
commit 5ea791eac7
3 changed files with 23 additions and 4 deletions

View file

@ -30,8 +30,20 @@
}
.avatar-xs {
height: 1.2rem;
width: 1.2rem;
height: 1.2em;
width: 1.2em;
object-fit: cover;
border-radius: 5px;
}
.entity-image-xs {
height: 1.2em;
width: 2.0em;
object-fit: contain;
}
.structural-entity-select-image {
height: 1.5em;
max-width: 2.0em;
object-fit: contain;
}