Refine DashboardWidget and LoggedInView styles: Adjust transition effects and dragging state in DashboardWidget for improved visual feedback. Update grid row height in LoggedInView for better responsiveness and enhance drop indicator styling for a more polished user experience.
This commit is contained in:
@@ -264,12 +264,11 @@ export default {
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.06);
|
||||
overflow: hidden;
|
||||
transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
|
||||
transition: opacity 0.2s ease, box-shadow 0.2s ease;
|
||||
}
|
||||
.dashboard-widget.is-dragging {
|
||||
opacity: 0.5;
|
||||
box-shadow: 0 8px 24px rgba(0,0,0,0.25);
|
||||
transform: rotate(2deg);
|
||||
opacity: 0.6;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.2);
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user