fix(FN-1308): reduce column count badge height and restore archive button size on mobile

- Reduce column count badge height by removing min-height override on mobile
- Add explicit compact sizing for column-header icon buttons (archive, etc.)
- Ensure consistent 28px sizing for tappable elements on mobile viewports
This commit is contained in:
gsxdsm
2026-04-09 06:09:18 -07:00
parent 4ccaecf8ac
commit 724455c5e1

View File

@@ -5750,6 +5750,12 @@ body {
min-height: 36px;
}
/* Column-header action buttons (e.g. archive) stay compact */
.column-header .btn-icon {
min-width: 28px;
min-height: 28px;
}
input[type="text"],
input[type="search"],
input[type="email"],
@@ -5821,10 +5827,9 @@ body {
min-height: 36px;
}
/* Column count badge: slightly larger on mobile for tapping */
/* Column count badge: slightly wider on mobile for tapping */
.column-count {
min-width: 28px;
min-height: 28px;
}
/* Reduce header padding to reclaim horizontal space */