diff --git a/src/app/globals.css b/src/app/globals.css index df4cf4f..54b66d3 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -3116,7 +3116,8 @@ button:disabled { .widgetDragHandle { position: absolute !important; top: 5px !important; - left: 7px !important; + left: 50% !important; + transform: translateX(-50%) !important; z-index: 80 !important; width: 20px !important; height: 22px !important; diff --git a/src/app/widget-density.css b/src/app/widget-density.css index 7c9d1a2..e673877 100644 --- a/src/app/widget-density.css +++ b/src/app/widget-density.css @@ -20,7 +20,7 @@ box-sizing: border-box !important; } -.app .widgetCard.widgetCardEditMode .widgetHeader { +.app .widgetCard.widgetEditing .widgetHeader { padding-left: 31px !important; padding-right: 32px !important; } @@ -66,7 +66,7 @@ padding: 0 !important; } -.app .widgetCard-clock.widgetCardEditMode .widgetHeader { +.app .widgetCard-clock.widgetEditing .widgetHeader { height: 24px !important; min-height: 24px !important; } @@ -78,7 +78,8 @@ /* Griff und MenĂ¼ kleiner */ .app .widgetDragHandle { top: 2px !important; - left: 6px !important; + left: 50% !important; + transform: translateX(-50%) !important; width: 20px !important; height: 20px !important; } @@ -377,7 +378,7 @@ overflow: visible !important; } -.app .widgetCard-clock.widgetCardEditMode .widgetHeader { +.app .widgetCard-clock.widgetEditing .widgetHeader { height: 24px !important; min-height: 24px !important; max-height: 24px !important; @@ -393,7 +394,7 @@ overflow: visible !important; } -.app .widgetCard-clock.widgetCardEditMode .widgetContent { +.app .widgetCard-clock.widgetEditing .widgetContent { height: calc(100% - 24px) !important; padding-top: 2px !important; } @@ -437,7 +438,7 @@ overflow: hidden !important; } -.app .widgetCard-clock.widgetCardEditMode .widgetContent { +.app .widgetCard-clock.widgetEditing .widgetContent { height: calc(100% - 24px) !important; padding: 0 !important; } @@ -459,7 +460,7 @@ overflow: hidden !important; } -.app .widgetCard-clock.widgetCardEditMode .widgetContent { +.app .widgetCard-clock.widgetEditing .widgetContent { height: calc(100% - 24px) !important; padding: 0 !important; }