zulip/web/templates/stream_settings
Sahil Batra d8b3c5581c settings: Fix "Actions" column width for subscribers and members list.
We reduced the width of "Actions" column too much in stream subscribers
and group members list when there were no users matching the text in
search input and it did not look good because of "Actions" heading
being shifted to extreme right.

This commit fixes it by removing the "actions" class on the heading,
which was used to set the width to "1%" which is needed for tables
with only icons in buttons to avoid unused space but not here.

As a result of removing this class, the CSS of "min-width: 100px"
is being applied to the column, but that's fine atleast for stream
subscribers list as it did not look good before due to scrollbar
overlapping the buttons and it looks better now.

For the group members list, we set min-width to 80px, as we do
not require 100px width and it is enough to avoid overlapping
scrollbars to an extent.

The overlapping scrollbars problem is still not fixed completely
but that will handled in a separate commit. This commit was
just to make the heading row look better when there are no users
in the list.
2023-11-30 12:33:44 -08:00
..
add_subscribers_form.hbs user_groups: Disable "Add" button for members list if input is empty. 2023-11-29 10:58:04 -08:00
announce_stream_checkbox.hbs streams: Make stream settings and create stream UI more consistent. 2023-04-24 17:02:33 -07:00
browse_streams_list.hbs
browse_streams_list_item.hbs streams: Improve subscription toggle buttons on stream rows. 2023-10-13 11:08:54 -07:00
change_stream_info_modal.hbs settings: Disable submit button when no input is changed. 2023-09-20 15:40:11 -07:00
copy_email_address_modal.hbs
new_stream_user.hbs settings: Remove id column from tables in stream and group settings. 2023-06-07 12:01:26 -07:00
new_stream_users.hbs settings: Update empty message for subscribers and members list. 2023-11-29 10:58:04 -08:00
selected_stream_title.hbs
stream_creation_form.hbs settings: Rename modal-footer class. 2023-10-17 10:28:50 -07:00
stream_description.hbs
stream_member_list_entry.hbs user_groups: Rename "Unsubscribe" to "Remove" in members list. 2023-11-29 10:58:04 -08:00
stream_members.hbs settings: Fix "Actions" column width for subscribers and members list. 2023-11-30 12:33:44 -08:00
stream_privacy_icon.hbs stream_privacy: Use new lock and hashtag icons. 2023-04-10 23:41:30 -07:00
stream_settings.hbs stream subscribers: Name the tabs with a single word, removing _settings. 2023-11-20 15:32:29 -08:00
stream_settings_checkbox.hbs stream_settings: Remove muted notice string for muted streams. 2023-11-02 14:07:44 -07:00
stream_settings_overlay.hbs overlays: Rename "modal-bg" class to "overlay-container". 2023-10-17 10:28:50 -07:00
stream_settings_tip.hbs
stream_subscription_request_result.hbs
stream_types.hbs stream_settings: Add 'Default stream' option in create stream UI. 2023-08-09 15:20:09 -07:00
subscriber_count.hbs
subscription_setting_icon.hbs stream_privacy: Use new lock and hashtag icons. 2023-04-10 23:41:30 -07:00