mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
This change enables the unread marker to participate as a grid item, rather than the product of various absolute/relative positioning hacks. The intention is to therefore prevent the blue active-message box from disappearing on browsers that have zoomed out (~80% zoom). With grid in place, this also makes for a more robust presentation of each message row, and named grid areas should make it possible to modify and extend the grid into the future. Finally, this change removes styles that are no longer necessary in the context of CSS Grid. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| shared | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.js | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||