radio station thumbnail image style fixed

This commit is contained in:
Jonas Heinrich 2017-08-04 22:22:34 +02:00
parent f8709da5fa
commit cee473641c

View File

@ -256,6 +256,9 @@ table td.filename .thumbnail {
float: left; float: left;
position: absolute; position: absolute;
z-index: 4; z-index: 4;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
} }
table td.filename input.filename { table td.filename input.filename {
width: 70%; width: 70%;