Subscriptions: hide bell when screen is too narrow

This commit is contained in:
Alex Gleason 2021-06-27 11:38:06 -05:00
parent e74ee136ee
commit dd9b876f9c
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 4 additions and 0 deletions

View File

@ -168,6 +168,10 @@
background: $error-red;
color: #fff;
}
@media (max-width: 430px) {
display: none;
}
}
.button-active {