From 752686e3e17602a68b3324da4be7c1449b37c71b Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Fri, 30 Jan 2026 13:38:35 +0100 Subject: [PATCH] Remove unused drag-and-drop indicators in LoggedInView: Eliminate placeholder elements and associated styles for drop zones to streamline the widget rearrangement interface. This change simplifies the code and enhances clarity in the drag-and-drop functionality. --- frontend/src/views/home/LoggedInView.vue | 33 ------------------------ 1 file changed, 33 deletions(-) diff --git a/frontend/src/views/home/LoggedInView.vue b/frontend/src/views/home/LoggedInView.vue index aa2da1d..26c2ed2 100644 --- a/frontend/src/views/home/LoggedInView.vue +++ b/frontend/src/views/home/LoggedInView.vue @@ -64,15 +64,6 @@ @drop.prevent="onAnyDrop($event)" > @@ -442,21 +424,6 @@ export default { opacity: 0.5; } -.dashboard-drop-indicator { - display: flex; - align-items: center; - justify-content: center; - min-height: 0; - padding: 8px 0; -} - -.drop-indicator-line { - width: 100%; - height: 2px; - background-color: #0d6efd; - border-radius: 1px; -} - .dashboard-widget-edit { min-height: 200px; padding: 12px;