mirror of https://github.com/zulip/zulip.git
d8b3c5581c
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. |
||
---|---|---|
.. | ||
add_subscribers_form.hbs | ||
announce_stream_checkbox.hbs | ||
browse_streams_list.hbs | ||
browse_streams_list_item.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.hbs | ||
stream_settings_checkbox.hbs | ||
stream_settings_overlay.hbs | ||
stream_settings_tip.hbs | ||
stream_subscription_request_result.hbs | ||
stream_types.hbs | ||
subscriber_count.hbs | ||
subscription_setting_icon.hbs |