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