0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/app
Sérgio Saquetim 5589e736a5
UX: Stretch blocks to fill their grid cell
Blocks sized to their own content left a gap in a definite-height grid cell.
They now take `min-height: 100%`, which resolves to 0 against an auto-height
parent and so changes nothing outside a stretched cell. The two blocks that
already had a floor keep it through `max()`; the section block's default moves
from `auto` to `0px`, since `auto` is not a valid `max()` argument.
2026-08-08 00:15:32 -03:00
..
assets UX: Stretch blocks to fill their grid cell 2026-08-08 00:15:32 -03:00
controllers Merge branch 'main' into feature-wireframe-plugin 2026-08-07 23:25:29 -03:00
helpers FEATURE: Allow selection of multiple content languages when viewing topics and posts (#42128) 2026-07-30 12:19:44 +08:00
jobs PERF: Warm the dashboard report cache for the default period (#42390) 2026-08-07 13:06:40 +08:00
lib/themes DEV: Add block-layout drafts, publish/reset verbs, and a stale-publish guard 2026-06-19 19:22:37 -03:00
mailers FEATURE: Log in with a one-time email code (#40804) 2026-06-17 12:34:48 -07:00
models Merge branch 'main' into feature-wireframe-plugin 2026-08-07 23:25:29 -03:00
queries/reports DEV: Remove reporting_improvements upcoming change (#41259) 2026-07-01 07:52:02 +08:00
serializers Merge branch 'main' into feature-wireframe-plugin 2026-08-07 23:25:29 -03:00
services Merge branch 'main' into feature-wireframe-plugin 2026-08-07 23:25:29 -03:00
views FIX: Prevent browsers from restoring stale documents in bfcache mode (#42207) 2026-07-31 17:24:47 +02:00