zulip/web
Sayam Samal 8b0ec42d17 buttons: Fix line-height for icon-only action buttons.
The default height for the action buttons equalled to 28px at 16px/1em
due to the line-height of 1.25 applied to the label element inside
the button. However, the icons inside the button did not have any
line-height specified, which made the icon-only action buttons slightly
shorter than the buttons with labels. This commit adds the same
line-height to the icons inside action buttons to ensure a consistent
height across all action buttons.

This commit also modifies the padding for the inline topic edit buttons
to counter the increased line-height of the icons, ensuring these
buttons fit the receipient bar.
2025-11-07 17:40:06 -08:00
..
e2e-tests upload-widget: Add support to crop realm logo, icon and user avatar. 2025-11-03 16:55:04 -08:00
generated
html web: Sync content of Django and nginx error pages. 2025-04-03 17:09:46 -07:00
images help: Disallow class in svg. 2025-07-23 11:24:12 -07:00
server
shared user_groups: Prepare properly sized group icon. 2025-11-07 14:21:51 -08:00
src compose: Keep composebox closed when reply not allowed. 2025-11-07 17:29:56 -08:00
styles buttons: Fix line-height for icon-only action buttons. 2025-11-07 17:40:06 -08:00
templates compose: Add a + button for adding DM recipients. 2025-11-07 17:00:48 -08:00
tests stream_list: Collapse folders with no active or unmuted channels. 2025-11-07 16:48:07 -08:00
third css: Use variables to set height and margin in user profile modal. 2025-11-05 16:29:58 -08:00
.browserslistrc browserslist: Add support for logical props. 2025-05-21 15:19:08 -07:00
.gitignore
babel.config.js dependencies: Upgrade JavaScript dependencies. 2025-11-01 07:24:57 -07:00
debug-require-webpack-plugin.ts debug-require: Rename to *.cjs. 2024-11-13 09:18:56 -08:00
debug-require.cjs debug-require: Rename to *.cjs. 2024-11-13 09:18:56 -08:00
postcss.config.js postcss: Type-check PostCSS configuration. 2025-09-10 09:44:44 -07:00
webpack.assets.json tabbed-instructions: Delete activate_correct_tab. 2025-09-04 09:37:34 -07:00
webpack.config.ts webpack: Disable cross-origin-header-check middleware. 2025-04-15 16:18:06 -07:00
webpack.dev-assets.json help: Add default page to display on /help when help server is off. 2025-09-26 11:41:10 -07:00