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:
Sahil Batra
2025-05-29 12:43:51 +05:30
committed by Tim Abbott
parent 403b73e1a6
commit 7c01e61e5a
16 changed files with 176 additions and 2 deletions

View File

@@ -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;