From e9cef46558e3589a5a3f617aab64e4c986bd65c2 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Wed, 3 Jun 2020 15:55:53 +0300 Subject: [PATCH] set background on critical error message --- src/routes/Player/styles.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/Player/styles.less b/src/routes/Player/styles.less index a2d34fc6d..f50807b21 100644 --- a/src/routes/Player/styles.less +++ b/src/routes/Player/styles.less @@ -43,6 +43,7 @@ html:not(.active-slider-within) { flex-direction: row; align-items: center; justify-content: center; + background-color: @color-background-dark5; .error-label { flex: 0 1 auto;