subscriptions_overlay: Stop button from overflowing out of view.

This media query makes the buttons overflow out of view and are
not visible for large stream names.
This commit is contained in:
Aman Agrawal 2020-11-01 10:21:05 +05:30 committed by Tim Abbott
parent 22e598715e
commit aa5a032087
1 changed files with 0 additions and 9 deletions

View File

@ -1185,15 +1185,6 @@ ul.grey-box {
}
}
@media (max-width: 367px) {
#subscription_overlay .subscription_settings .button-group {
margin-top: 10px;
float: none;
display: inline-block;
vertical-align: top;
}
}
#stream-creation #invites-warning-modal .modal-footer {
position: static;
}