mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
nof
This commit is contained in:
parent
fb84c94440
commit
d4eb186d20
3 changed files with 17 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue