Fixed player stats ui
This commit is contained in:
parent
7018f1757f
commit
b30e017db1
@ -1,14 +1,14 @@
|
|||||||
* {
|
* {
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif !important;
|
||||||
color: white;
|
color: white !important;
|
||||||
font-size: xx-large;
|
font-size: xx-large !important;
|
||||||
line-height: 0.3em;
|
line-height: 1.4em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Needed to see the UI in the browser,
|
/* Needed to see the UI in the browser,
|
||||||
* when using OBS it overrides the background color anyway
|
* when using OBS it overrides the background color anyway
|
||||||
*/
|
*/
|
||||||
body {
|
body, html {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.player-country-icon {
|
.player-country-icon {
|
||||||
margin-top: -11px;
|
margin-top: 7px;
|
||||||
border-radius: 30%;
|
border-radius: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -72,7 +72,6 @@ body {
|
|||||||
.player-stats {
|
.player-stats {
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-top: -12px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.score-stats {
|
.score-stats {
|
||||||
|
Reference in New Issue
Block a user