forked from mirror/Part-DB.Part-DB-server
Improved styling of image in structural entity select
This commit is contained in:
parent
08b60cd149
commit
5ea791eac7
3 changed files with 23 additions and 4 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue