From 1d9913d2680f5184145abb58e470fdfeb2653c79 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Sat, 8 Feb 2020 14:46:37 +1100 Subject: [PATCH] Revert "Make performer image contain (#355)" This reverts commit 40de2caa95c953f068b11f818f5d453f965f9b43. --- ui/v2/src/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/v2/src/index.scss b/ui/v2/src/index.scss index 2497ede17..79e8e8720 100755 --- a/ui/v2/src/index.scss +++ b/ui/v2/src/index.scss @@ -359,7 +359,7 @@ span.block { .performer.image { height: 50vh; min-height: 400px; - background-size: contain !important; + background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important; }