Fixed all urls for the native client

This commit is contained in:
WolverinDEV 2020-08-09 20:10:40 +02:00
parent dfb83e7861
commit ac773f5606
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
width:16px; width:16px;
height:16px; height:16px;
background:url('../../img/ts/basic_icons.png') no-repeat; background:url('../../img/ts/basic_icons.png') no-repeat;
background:url('../img/ts/basic_icons.png') no-repeat; background:url('img/ts/basic_icons.png') no-repeat;
background-size: 16px 608px; background-size: 16px 608px;
flex-grow: 0; flex-grow: 0;

View file

@ -246,7 +246,7 @@
height: 10em; height: 10em;
background: url('../../../img/bookmark_background.png'), url('../../img/bookmark_background.png') no-repeat; background: url('../../../img/bookmark_background.png'), url('../../img/bookmark_background.png'), url('img/bookmark_background.png') no-repeat;
display: flex; display: flex;
flex-direction: column; flex-direction: column;