From 5b3bd9adc4206dcfbe307020f28c1d197da4b771 Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Mon, 13 May 2024 16:40:35 +0300 Subject: [PATCH] refactor: make the message-container visible on mobile --- src/routes/MetaDetails/VideosList/styles.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/routes/MetaDetails/VideosList/styles.less b/src/routes/MetaDetails/VideosList/styles.less index fc06c6cc3..40146c289 100644 --- a/src/routes/MetaDetails/VideosList/styles.less +++ b/src/routes/MetaDetails/VideosList/styles.less @@ -74,9 +74,5 @@ @media only screen and (max-width: @minimum) { .videos-list-container { overflow: visible; - - .message-container { - display: none; - } } } \ No newline at end of file