mirror of
https://github.com/stashapp/stash.git
synced 2026-02-10 09:24:09 +01:00
Fix studio svg scaling (#4371)
This commit is contained in:
parent
c9501ef881
commit
8c922ed9e1
1 changed files with 3 additions and 3 deletions
|
|
@ -139,9 +139,9 @@ textarea.scene-description {
|
|||
z-index: 8;
|
||||
|
||||
.image-thumbnail {
|
||||
height: auto;
|
||||
max-height: 50px;
|
||||
max-width: 100%;
|
||||
height: 50px;
|
||||
object-fit: contain;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
|||
Loading…
Reference in a new issue