zulip/web/styles
Sahil Batra fced3d6e2b css: Fix min-height of textarea elements.
We need to set min-height of textarea elements such that it
is enough for two lines of text. It was set to 2em which
did not consider line-height value and box-sizing values.

So, this commit fixes the code to set the min-height to
"2em * line-height" for elements with box-sizing set to
"content-box" and include paddings and borders for elements
with box-sizing set to "border-box".
2025-11-25 12:23:03 -08:00
..
portico templates: Extract template for terms of service form field. 2025-11-24 16:46:54 -08:00
alerts.css popup_banners: Align popup banners to center using transform. 2025-06-04 11:28:49 -07:00
app_components.css css: Add variables for input padding and borders. 2025-11-25 12:23:03 -08:00
app_variables.css css: Reset CSS for textarea elements. 2025-11-25 12:23:03 -08:00
banners.css banners: Apply text-align property to banner-label element. 2025-08-28 09:46:52 -07:00
blueslip.css blueslip: Prevent overflow of content by breaking long file paths. 2025-06-04 11:28:49 -07:00
buttons.css buttons: Fix line-height for icon-only action buttons. 2025-11-07 17:40:06 -08:00
color_picker.css app_variables: Rename “color” variables that are actually gradients. 2025-02-19 11:01:48 -08:00
components.css stylelint: Fix property-no-deprecated. 2025-08-14 21:37:50 -07:00
compose.css css: Fix "line-height: inherit" values for textarea. 2025-11-25 12:23:03 -08:00
dark_theme.css css: Reset CSS for textarea elements. 2025-11-25 12:23:03 -08:00
drafts.css banners: Apply text-align property to banner-label element. 2025-08-28 09:46:52 -07:00
image_upload_widget.css image_upload_widget: Remove blue outline when clicking. 2025-09-26 09:19:45 -07:00
inbox.css typos: Fix typos caught by typos. 2025-11-09 22:33:12 -08:00
informational_overlays.css help modal: Remove small_hotkey style. 2024-09-03 20:52:16 -07:00
input_pill.css user_pills: Present hover state on clickable pills. 2025-11-21 13:23:54 -08:00
inputs.css left_sidebar: Normalize input-wrapper row height. 2025-07-22 20:59:02 -07:00
left_sidebar.css topic_list: Add "new topic" button at the bottom of zoomed topics. 2025-11-25 10:49:47 -08:00
lightbox.css lightbox: Use icons for control elements. 2025-05-30 14:50:45 -07:00
message_edit_history.css message_edit_history: Better utilize empty space next to media. 2025-11-07 15:54:10 -08:00
message_header.css message_header: Improve text selection. 2025-08-12 17:40:00 -07:00
message_row.css css: Fix "line-height: inherit" values for textarea. 2025-11-25 12:23:03 -08:00
message_view_header.css channel_topics_list: Fix space between channel name and icon. 2025-06-17 16:14:34 -07:00
modal.css css: Fix min-height of textarea elements. 2025-11-25 12:23:03 -08:00
popovers.css modals: Make resizing of textarea consistent in modals. 2025-11-25 12:23:03 -08:00
print.css typing: Move the typing notifications to below the mark as read banner. 2024-06-18 14:30:19 -07:00
progress_bar.css stylelint: Enable stylelint-high-performance-animation. 2024-10-23 14:56:39 -07:00
pygments.css styles: Fix invalid CSS generated due to @extend misusage. 2024-09-18 15:33:28 -07:00
reactions.css emoji: Allow emoji space, including alt_code, to better scale. 2025-03-07 15:27:55 -08:00
recent_view.css shared: Move icons to web/images/icons. 2025-11-14 10:19:12 -08:00
rendered_markdown.css emoji: Render large emoji on emoji-only messages. 2025-11-21 16:10:50 -08:00
right_sidebar.css right_sidebar: Eliminate gap between filter, vdots area. 2025-08-28 10:11:25 -07:00
scheduled_messages.css css: Fix min-height of textarea elements. 2025-11-25 12:23:03 -08:00
search.css search_pill: Add background around user suggestions to match search bar. 2025-11-11 17:10:48 -08:00
settings.css css: Fix min-height of textarea elements. 2025-11-25 12:23:03 -08:00
subscriptions.css modals: Make resizing of textarea consistent in modals. 2025-11-25 12:23:03 -08:00
tooltips.css dark_theme: Clean up Tippy box styles. 2025-09-15 09:25:39 -07:00
typeahead.css user_groups: Prepare properly sized group icon. 2025-11-07 14:21:51 -08:00
typing_notifications.css typing: Move the typing notifications to below the mark as read banner. 2024-06-18 14:30:19 -07:00
user_circles.css user_circles: Show deactivated icon in sidebars, inbox, recents. 2025-02-24 18:18:16 -08:00
user_status.css user_status: Add active state styling to status emoji picker. 2025-08-11 11:54:18 -07:00
widgets.css css: Add variables for input padding and borders. 2025-11-25 12:23:03 -08:00
zulip.css modals: Make resizing of textarea consistent in modals. 2025-11-25 12:23:03 -08:00