fix(UI): fixed scanline not showing in the item placeholder

pull/14/head
Alex 2024-02-15 11:45:14 +01:00
parent b6e723dadc
commit e169e12e55
2 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ body::-webkit-scrollbar {
border: 2px solid transparent;
border-radius: 50em;
.background {
background-image: url("./images/scanline.jpg");
background-image: url("./scanline.jpg");
background-position: center;
background-size: cover;
width: 100%;

View File

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB