Added placeholder for loading images

This commit is contained in:
RemixDev
2020-04-09 12:30:02 +02:00
parent 880c257005
commit bba5e6522c
2 changed files with 10 additions and 3 deletions

View File

@@ -158,7 +158,14 @@ div#download_tab{
font-size: 24px;
margin: 4px;
}
.release > img{
width: 156px;
height: 156px;
}
.track_row > td > img{
width: 32px;
height: 32px;
}
/* Global stuff */
img.rounded {
border-radius: 5px;