From 912cc0bb340d33696bac0538f956722db96ae563 Mon Sep 17 00:00:00 2001 From: Azmi Touil Date: Thu, 6 Aug 2026 11:44:05 +0200 Subject: [PATCH] fix: use a compact mobile-style display for the Content List on mobile or in a collapsed drawer - EXO-89044 - eXIP7.3.0.12 On a mobile viewport, or inside the category-click drawer while it's not expanded, the item now shows a square illustration, hides the space name and view/attachment counts, and collapses categories to a single "+N" badge opening the categories drawer - expanding the drawer switches back to the regular desktop display. --- .../components/ContentListItem.vue | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/content-webapp/src/main/webapp/vue-app/content-list-view/components/ContentListItem.vue b/content-webapp/src/main/webapp/vue-app/content-list-view/components/ContentListItem.vue index 9274fd776..8fcd5b452 100644 --- a/content-webapp/src/main/webapp/vue-app/content-list-view/components/ContentListItem.vue +++ b/content-webapp/src/main/webapp/vue-app/content-list-view/components/ContentListItem.vue @@ -20,7 +20,7 @@ -->