Fixed hostbanner mode 2

Similar to the hostbanner mode 2 of the teamspeak 3 client.
This commit is contained in:
Vafin84 2019-05-28 20:27:47 +03:00
parent 52e5913a70
commit 465314de6a

View file

@ -72,7 +72,7 @@
flex-grow: 1;
flex-shrink: 2;
max-height: 25%;
max-height: 300px;
min-height: 0;
display: flex;
@ -112,7 +112,8 @@
}
&.hostbanner-mode-2 {
background-size: contain!important;
background-size: cover!important;
background-position: top center !important;
width:100%;
height:100%
}
@ -155,4 +156,4 @@
background-color: gray;
}
}
}
}