zulip/web/styles
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
..
portico remote_billing: Add flow for legacy servers. 2023-11-29 14:40:27 -08:00
alerts.css dependencies: Upgrade JavaScript dependencies. 2023-07-21 15:58:42 -07:00
app_components.css left_sidebar: Place a dark-mode color for masked unreads. 2023-11-29 13:33:19 -08:00
components.css bot_icon: Adjust bot-icon color for light and dark modes. 2023-06-23 14:43:22 -07:00
compose.css css: Set tippy-arrow color same as background in light theme. 2023-11-23 10:33:23 -08:00
dark_theme.css subscriptions: Add bottom border for subscribers table. 2023-11-29 10:58:04 -08:00
drafts.css drafts: Rename class name to provide more context. 2023-08-11 15:54:17 -07:00
hotspots.css css: Assign a variable to focus underline color of recent view. 2023-09-12 09:20:33 -07:00
image_upload_widget.css image_upload_widget: Refactor style of upload_widget's preview_image. 2023-03-27 10:19:29 -07:00
inbox.css recent_view: Add drodown widget to filter topics. 2023-11-22 23:38:52 -08:00
informational_overlays.css overlays: Rename "modal-body" class. 2023-10-17 10:28:50 -07:00
input_pill.css emoji: Display status emoji as flexboxes in pills. 2023-09-21 17:18:47 -07:00
left_sidebar.css left_sidebar: Adjust STREAMS header grid for spectators. 2023-11-30 08:38:26 -08:00
lightbox.css lightbox: Replace image with media. 2023-10-02 22:39:02 -07:00
message_edit_history.css styles: Use modern color notation. 2023-03-24 17:26:55 -07:00
message_row.css message_edit: Add styles for Save and Cancel buttons. 2023-11-15 10:41:51 -08:00
modal.css css: Fix modal exit button colors not working on billing pages. 2023-11-29 21:46:13 -08:00
popovers.css css: Set tippy-arrow color same as background in light theme. 2023-11-23 10:33:23 -08:00
print.css css: Rename .message_list to .message-feed. 2023-08-21 15:17:45 -07:00
progress_bar.css refactor: Refactor progress_bar CSS to remove redundant code. 2023-04-05 15:47:14 -07:00
pygments.css styles: Use modern color notation. 2023-03-24 17:26:55 -07:00
reactions.css reactions: Set more explicit reaction-text setting. 2023-11-15 14:02:45 -06:00
recent_view.css recent_view: Fix filter dropdown enabled after search for spectators. 2023-11-29 21:47:36 -08:00
rendered_markdown.css mention: Fix mention highlighting in unsubscribed streams. 2023-11-24 07:10:20 -08:00
right_sidebar.css sidebars: Structurally separate left- and right-sidebar headings. 2023-11-09 17:39:26 -08:00
scheduled_messages.css scheduled_messages: Indicate scheduled messages in conversation views. 2023-10-11 17:53:07 -07:00
search.css navbar: Show shorter navbar for short screens not narrow screens. 2023-11-28 18:11:56 -08:00
settings.css settings: Add support to change user-access setting in development. 2023-11-23 10:40:42 -08:00
subscriptions.css settings: Fix "Actions" column width for subscribers and members list. 2023-11-30 12:33:44 -08:00
tooltips.css streams: Improve subscription toggle buttons on stream rows. 2023-10-13 11:08:54 -07:00
typing_notifications.css styles: Use modern color notation. 2023-03-24 17:26:55 -07:00
user_circles.css styles: Use modern color notation. 2023-03-24 17:26:55 -07:00
user_status.css user_status: Track focused element by using the same color as hover. 2023-11-22 13:36:27 -08:00
widgets.css widgets: Remove box-shadow and use background-color to show focus. 2023-08-16 10:06:40 -07:00
zulip.css css: Fix modal exit button colors not working on billing pages. 2023-11-29 21:46:13 -08:00