Update DashboardWidget and LoggedInView styles: Adjust min-height and max-height properties for better layout flexibility. Enhance dashboard grid cell styling to support dynamic content display and improve overall UI responsiveness.

This commit is contained in:
Torsten Schulz (local)
2026-01-30 09:26:00 +01:00
parent b3afb988a3
commit 05868d8a09
2 changed files with 13 additions and 3 deletions

View File

@@ -249,8 +249,8 @@ export default {
<style scoped>
.dashboard-widget {
min-height: 200px;
max-height: 420px;
min-height: 0;
max-height: 100%;
display: flex;
flex-direction: column;
background: var(--dashboard-widget-bg, #fff);