From 78b52d7487fc01b6ac7423db3bb758bc2b9571ec Mon Sep 17 00:00:00 2001 From: Venix <30481900+venix12@users.noreply.github.com> Date: Sat, 2 Dec 2023 12:34:05 +0100 Subject: [PATCH] fixed artist video width --- resources/css/bem/artist.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/bem/artist.less b/resources/css/bem/artist.less index 3d976b05d62..66f6edc38f2 100644 --- a/resources/css/bem/artist.less +++ b/resources/css/bem/artist.less @@ -161,7 +161,7 @@ &__video { margin-top: 20px; - max-width: 100%; + width: 100%; border-radius: @border-radius-large; overflow: hidden; }