Optimize layout in fullscreen/compact

This commit is contained in:
Florian Strohmaier 2024-07-16 12:09:17 +02:00
parent 97f052280d
commit 75c315b91d

View file

@ -1010,3 +1010,18 @@ textarea.smaller {
max-width: 60em;
}
/** END of custom font styling **/
.overview-dashboard {
display: flex;
flex-wrap: wrap;
}
.dashboard-tile-fullscreen {
flex: 1 1 auto;
}
.badge-fullscreen {
flex: 1 1 auto;
max-width: 100%;
min-width: 10em;
width: auto;
text-overflow: ellipsis;
}