US-031: Responsive testing and fixes for all new components
SubNav: horizontal scroll with hidden scrollbar, 44px touch targets. DetailPanel: close button enlarged to 44px. Touch target fixes on CoreSkillsTile, ProjectsTile, and LastConsultationTile interactive elements.
This commit is contained in:
@@ -282,6 +282,11 @@ html {
|
||||
background: var(--text-tertiary);
|
||||
}
|
||||
|
||||
/* SubNav horizontal scroll — hide scrollbar */
|
||||
.subnav-scroll::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Dashboard card grid responsive — mobile-first */
|
||||
.dashboard-grid {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user