mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed image aspect size
This commit is contained in:
parent
34e6bf77e9
commit
9385e02dd2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
.image {
|
.image {
|
||||||
// max-height: 960px;
|
// max-height: 960px;
|
||||||
max-height: 100vh !important;
|
max-height: 120vh !important;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
border-radius: $radius $radius 0 0;
|
border-radius: $radius $radius 0 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue