Subscriptions: hide bell when screen is too narrow
This commit is contained in:
@ -168,6 +168,10 @@
|
||||
background: $error-red;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@media (max-width: 430px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.button-active {
|
||||
|
||||
Reference in New Issue
Block a user