fixed the country icon path for the native client

This commit is contained in:
WolverinDEV 2020-08-24 10:35:28 +02:00
parent 1435042413
commit 88cbf1383a

View file

@ -1,7 +1,7 @@
.country { .country {
width: 16px; width: 16px;
height: 11px; height: 11px;
background: url('../../../img/ts/country_icons.png'), url('../../img/ts/country_icons.png') no-repeat; background: url('../../../img/ts/country_icons.png'), url('./img/ts/country_icons.png') no-repeat;
flex-shrink: 0; flex-shrink: 0;
flex-grow: 0; flex-grow: 0;