From ec87a3b10817f9495cb84b6f7d29d3109180eed7 Mon Sep 17 00:00:00 2001 From: Janbong Date: Thu, 19 Jan 2023 16:43:08 +0100 Subject: [PATCH] fix: Use v-item-group to display settings list again (#1855) --- frontend/src/components/System/AboutLinks.vue | 24 +++++---- frontend/src/pages/settings/index.vue | 53 +++++++++++-------- 2 files changed, 44 insertions(+), 33 deletions(-) diff --git a/frontend/src/components/System/AboutLinks.vue b/frontend/src/components/System/AboutLinks.vue index 8c554cebff2..36d66c931fc 100644 --- a/frontend/src/components/System/AboutLinks.vue +++ b/frontend/src/components/System/AboutLinks.vue @@ -1,25 +1,29 @@ diff --git a/frontend/src/pages/settings/index.vue b/frontend/src/pages/settings/index.vue index a39bc15bc00..b46e19ed4fe 100644 --- a/frontend/src/pages/settings/index.vue +++ b/frontend/src/pages/settings/index.vue @@ -42,59 +42,66 @@ - - + + - - - + {{ userItem.name }} {{ userItem.description }} - - - - - + - +
- + class="mb-4 overflow-y-hidden"> + - - - + {{ adminItem.name }} {{ adminItem.description }} - - - - - + - +