mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
streams: Add UI to add or remove stream from a folder.
This commit adds UI to add a stream to a folder while creating them and also for adding/removing an existing stream from a folder.
This commit is contained in:
@@ -1358,6 +1358,14 @@ div.settings-radio-input-parent {
|
||||
margin: -6px 0 -6px -10px;
|
||||
}
|
||||
|
||||
#subscription_overlay .channel-folder-widget-container {
|
||||
.dropdown_widget_value {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
#deactivation-confirm-modal {
|
||||
.alert {
|
||||
padding-right: 14px;
|
||||
|
||||
Reference in New Issue
Block a user