From dd9b876f9c2d5d8da9533b7c1a57e7113caac985 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 27 Jun 2021 11:38:06 -0500 Subject: [PATCH] Subscriptions: hide bell when screen is too narrow --- app/styles/components/account-header.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/styles/components/account-header.scss b/app/styles/components/account-header.scss index 02a09f641..ec0b6f2e4 100644 --- a/app/styles/components/account-header.scss +++ b/app/styles/components/account-header.scss @@ -168,6 +168,10 @@ background: $error-red; color: #fff; } + + @media (max-width: 430px) { + display: none; + } } .button-active {