diff --git a/frontend/pages/index.client.vue b/frontend/pages/index.client.vue index a818b41..8fe7920 100644 --- a/frontend/pages/index.client.vue +++ b/frontend/pages/index.client.vue @@ -385,15 +385,15 @@ onBeforeUnmount(() => { :gs-min-w="widget.minW" :gs-min-h="widget.minH" > -
-
-
+
+
+
-
+
{{ widget.title }}
-

+

{{ widget.description }}

@@ -430,8 +430,8 @@ onBeforeUnmount(() => {
-
-

+

+

Es sind aktuell keine Dashboard-Karten sichtbar.

@@ -445,7 +445,7 @@ onBeforeUnmount(() => {

Dashboard-Karten

-

+

Karten ein- oder ausblenden und bei Bedarf auf das Standardlayout zurücksetzen.

@@ -459,11 +459,11 @@ onBeforeUnmount(() => {
-

{{ definition.title }}

-

{{ definition.description }}

+

{{ definition.title }}

+

{{ definition.description }}

{ flex-direction: column; overflow: hidden; border-radius: 0.75rem; - border: 1px solid rgb(229 231 235); - background: white; box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); } .dashboard-widget-header { flex: 0 0 auto; - border-bottom: 1px solid rgb(229 231 235); padding: 1rem 1rem 0.875rem; } @@ -553,12 +550,4 @@ onBeforeUnmount(() => { display: none; } -:deep(.dark .dashboard-widget-card) { - border-color: rgb(31 41 55); - background: rgb(17 24 39); -} - -:deep(.dark .dashboard-widget-header) { - border-color: rgb(31 41 55); -}