stream settings: Improve UI for editing stream permissions.

This now is much more similar to our normal settings UI.
This commit is contained in:
m-e-l-u-h-a-n
2021-07-09 01:45:28 +05:30
committed by Tim Abbott
parent 8987fed001
commit a41d5e58f9
3 changed files with 36 additions and 20 deletions

View File

@@ -844,8 +844,7 @@
}
}
.stream-header,
.stream_setting_subsection_header {
.stream-header {
white-space: nowrap;
.stream-name {
@@ -911,6 +910,20 @@
}
}
.stream_setting_subsection_header {
display: flex;
.stream_permission_change_info {
margin: 12px auto 0 3px;
}
.button-group {
display: inline;
margin-left: auto;
align-self: center;
}
}
.checkmark {
display: none;
margin-left: 5px;
@@ -1056,6 +1069,12 @@
}
}
#stream_privacy_modal .modal-body {
.grey-box {
margin-bottom: 20px;
}
}
@media (width < $lg_min) {
.subscriptions-container {
max-width: 95%;
@@ -1192,6 +1211,14 @@
}
}
}
#subscription_overlay .stream_setting_subsection_header {
display: block;
.stream_permission_change_info {
margin: 12px auto 0 3px;
}
}
}
#stream-creation #invites-warning-modal .modal-footer {