From 88bcbad332554f989b73614fd8b623bcf58a8e7e Mon Sep 17 00:00:00 2001 From: TheYoungManLi Date: Wed, 1 Dec 2021 13:47:57 +0800 Subject: [PATCH] fix: Hide subscribe form in mobile phone Signed-off-by: TheYoungManLi --- assets/scss/content.scss | 7 +++++++ assets/scss/live.scss | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/assets/scss/content.scss b/assets/scss/content.scss index 80461f682..2f3db4810 100644 --- a/assets/scss/content.scss +++ b/assets/scss/content.scss @@ -327,4 +327,11 @@ } } +} + +@media only screen and (max-width: $mobile-max-width) { + + .SubscribeForm { + display: none !important; + } } \ No newline at end of file diff --git a/assets/scss/live.scss b/assets/scss/live.scss index 6f08044cb..a94fd87f0 100644 --- a/assets/scss/live.scss +++ b/assets/scss/live.scss @@ -545,6 +545,10 @@ img { width: 373px !important; } + + .button { + right: 15px !important; + } } }