refactor(Dashboard UX): improves user experience for dashboard

This commit is contained in:
SimonGschnell
2025-05-13 11:48:01 +02:00
parent ed2a467926
commit dab628a72d
6 changed files with 28 additions and 9 deletions
+13
View File
@@ -1,6 +1,19 @@
@import './calendar.css';
@import './dashboard/news.css';
@media (max-width: 576px){
.widget-icon {
max-height: 250px;
object-fit: cover;
}
.widget-icon-container{
max-width: 250px;
margin-left: auto;
margin-right: auto;
}
}
.empty-tile-hover {
height: 100%;
width: 100%;