mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
This commit addresses `#stream-creation .modal-footer` becoming transparent after an error in creating a stream due to overlapping with `.stream-creation-body`. Instead of adding data-simplebar on .stream-creation-body, added it to a new div `stream-creation-simplebar-container` which contains 3 divs: stream_create_info,stream_creating_indicator and stream-creation-body. Additionally, fixed the border-radius of the modal footer on the bottom left side for device width > $md_min. Fixes #25526 |
||
|---|---|---|
| .. | ||
| add_subscribers_form.hbs | ||
| announce_stream_checkbox.hbs | ||
| browse_streams_list_item.hbs | ||
| browse_streams_list.hbs | ||
| change_stream_info_modal.hbs | ||
| copy_email_address_modal.hbs | ||
| new_stream_user.hbs | ||
| new_stream_users.hbs | ||
| selected_stream_title.hbs | ||
| stream_creation_form.hbs | ||
| stream_description.hbs | ||
| stream_member_list_entry.hbs | ||
| stream_members.hbs | ||
| stream_privacy_icon.hbs | ||
| stream_settings_checkbox.hbs | ||
| stream_settings_overlay.hbs | ||
| stream_settings_tip.hbs | ||
| stream_settings.hbs | ||
| stream_subscription_request_result.hbs | ||
| stream_types.hbs | ||
| subscriber_count.hbs | ||
| subscription_setting_icon.hbs | ||