diff --git a/resources/css/bem/artist.less b/resources/css/bem/artist.less index 2c5994ffad5..ba7645f0549 100644 --- a/resources/css/bem/artist.less +++ b/resources/css/bem/artist.less @@ -160,17 +160,12 @@ } &__video { - position: absolute; + margin-top: 20px; + aspect-ratio: 16 / 9; width: 100%; - height: 100%; border-radius: @border-radius-large; overflow: hidden; } - - &__video-wrapper { - margin-top: 20px; - } - &__white-link { .link-white(); .link-plain(); diff --git a/resources/views/artists/show.blade.php b/resources/views/artists/show.blade.php index f9247f687ae..5972d88313f 100644 --- a/resources/views/artists/show.blade.php +++ b/resources/views/artists/show.blade.php @@ -48,9 +48,7 @@ {!! markdown($artist->description) !!} @if ($artist->video_url !== null) -
- -
+ @endif @if (count($json['albums']) > 0)