Refactor document row layouts to use CSS grid

Replaced the old 'item-col' structure with a 'item-two-col-grid' layout across multiple templates, improving consistency and responsiveness. Introduced CSS grid styles ensuring proper alignment and wrapping of titles and aside elements in different viewport sizes. This enhances the overall readability and maintainability of the views.
This commit is contained in:
2025-04-10 15:33:22 +02:00
parent d58acff541
commit 203a098054
7 changed files with 229 additions and 140 deletions

View File

@@ -0,0 +1,6 @@
kind: Fixed
body: Fix display of title in document list
time: 2025-04-10T15:33:54.660510278+02:00
custom:
Issue: "102"
SchemaChange: No schema change