Fixed relative icon path not working in release mode

This commit is contained in:
WolverinDEV 2019-02-25 16:15:06 +01:00
parent 9e01c84641
commit debf76aabe

View file

@ -8,7 +8,7 @@
width: 16px;
height: 16px;
background: url('../../../img/client_icon_sprite.svg') no-repeat;
background: url('../../../img/client_icon_sprite.svg'), url('../../img/client_icon_sprite.svg') no-repeat;
}
/* Icons x16 */
@ -612,7 +612,7 @@
.icon_x32 {
display: inline-block;
background: url('../../../img/client_icon_sprite.svg') no-repeat;
background: url('../../../img/client_icon_sprite.svg'), url('../../img/client_icon_sprite.svg') no-repeat;
background-size: calc(496px * 2) calc(400px * 2);
height: 32px;
width: 32px;