From cee473641c3ce0ebc08f98ba3bc9c91deee840f6 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Fri, 4 Aug 2017 22:22:34 +0200 Subject: [PATCH] radio station thumbnail image style fixed --- css/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/main.css b/css/main.css index 2b348d9..132b85f 100644 --- a/css/main.css +++ b/css/main.css @@ -256,6 +256,9 @@ table td.filename .thumbnail { float: left; position: absolute; z-index: 4; + background-repeat: no-repeat; + background-size: contain; + background-position: center; } table td.filename input.filename { width: 70%;