refactor: remove Compact view mode — keep Auto + Fit only
This commit is contained in:
@@ -1372,18 +1372,9 @@ body {
|
||||
}
|
||||
|
||||
/* ============================================================
|
||||
Dashboard view modes — Compact and Fit
|
||||
Dashboard view modes — Fit
|
||||
============================================================ */
|
||||
|
||||
/* Compact view — small tiles, high density */
|
||||
.session-grid--compact .session-tile {
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
.session-grid--compact .tile-body {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
/* Fit view — tiles fill viewport, no scroll */
|
||||
.session-grid--fit {
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user