mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 11:50:56 +00:00
Fix image preview (#2276)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
40fd5a4532
commit
3052f1790c
@ -121,8 +121,11 @@
|
||||
max-width: 20rem;
|
||||
max-height: 20rem;
|
||||
border-radius: 0.75rem;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
img {
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -217,8 +217,7 @@
|
||||
overflow-y: hidden;
|
||||
background-color: var(--accent-bg-color);
|
||||
border: 1px solid var(--divider-color);
|
||||
border-radius: 0.5rem 0.5rem 0 0;
|
||||
border-bottom: none;
|
||||
border-radius: 0.5rem;
|
||||
|
||||
.item + .item {
|
||||
padding-left: 1rem;
|
||||
|
Loading…
Reference in New Issue
Block a user