Fixed hostbanner mode 2
Similar to the hostbanner mode 2 of the teamspeak 3 client.
This commit is contained in:
parent
52e5913a70
commit
465314de6a
1 changed files with 4 additions and 3 deletions
|
@ -72,7 +72,7 @@
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-shrink: 2;
|
flex-shrink: 2;
|
||||||
|
|
||||||
max-height: 25%;
|
max-height: 300px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -112,7 +112,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.hostbanner-mode-2 {
|
&.hostbanner-mode-2 {
|
||||||
background-size: contain!important;
|
background-size: cover!important;
|
||||||
|
background-position: top center !important;
|
||||||
width:100%;
|
width:100%;
|
||||||
height:100%
|
height:100%
|
||||||
}
|
}
|
||||||
|
@ -155,4 +156,4 @@
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue