Fixed the host banner resize modes
parent
5ec0b5c943
commit
4b6ff14fb2
|
@ -56,24 +56,6 @@
|
|||
}
|
||||
|
||||
&.mode-resize {
|
||||
/* do adjust and ignore ration */
|
||||
display: flex;
|
||||
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
> img {
|
||||
object-fit: contain;
|
||||
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
&.mode-resize-ratio {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
|
@ -89,4 +71,21 @@
|
|||
width: min-content;
|
||||
}
|
||||
}
|
||||
|
||||
&.mode-resize-ratio {
|
||||
display: flex;
|
||||
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
> img {
|
||||
object-fit: contain;
|
||||
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue