fixed the country icon path for the native client

canary
WolverinDEV 2020-08-24 10:35:28 +02:00
parent 1435042413
commit 88cbf1383a
1 changed files with 1 additions and 1 deletions

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;