zulip/web
Sahil Batra 39efe4e214 css: Fix "line-height: inherit" values for textarea.
Instead of using "line-height: inherit" we set the line-height
property to actual value which will be a less mysterious value
than using inherit. We now set this to "--base-line-height-unitless"
which changes the line-height value as previously it was
inherited from body which is set to maximum of the base line
height value and the fixed legacy value of 1.43.

This means that the line-height of textarea will now be set to
the configured line spacing value by user while previously
it was not set to the line spacing values less than the default
value as it was inherited from the value set to body.
2025-11-25 12:23:03 -08:00
..
e2e-tests settings: Add buttons for common bot actions in the table. 2025-11-13 10:08:33 -08:00
generated
html web: Sync content of Django and nginx error pages. 2025-04-03 17:09:46 -07:00
icons shared: Move icons to web/images/icons. 2025-11-14 10:19:12 -08:00
images portico: Add a Zulip Cloud landing page. 2025-11-18 16:51:13 -08:00
server
src topic_list: Add "new topic" button at the bottom of zoomed topics. 2025-11-25 10:49:47 -08:00
styles css: Fix "line-height: inherit" values for textarea. 2025-11-25 12:23:03 -08:00
templates modals: Use modal_textarea class for textarea in modals. 2025-11-25 12:23:03 -08:00
tests notifications: Avoid potential collisions in notification keys. 2025-11-25 09:53:37 -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 integration-docs: Enable tab switching and copying code blocks. 2025-11-21 12:20:12 -08:00
webpack.config.ts shared: Move typing_status.ts to web/src. 2025-11-11 09:06:18 -08: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