1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00
This commit is contained in:
Fedor Katurov 2019-11-18 11:15:14 +07:00
parent fb84c94440
commit d4eb186d20
3 changed files with 17 additions and 11 deletions

View file

@ -14,7 +14,7 @@
}
.image_container {
background: $node_image_bg;
// background: $node_image_bg;
border-radius: $panel_radius 0 0 $panel_radius;
display: flex;
align-items: flex-start;
@ -30,7 +30,8 @@
}
.image {
max-height: 960px;
// max-height: 960px;
max-height: 100vh !important;
max-width: 100%;
opacity: 1;
border-radius: $radius $radius 0 0;