Files
language-dashboard/templates
nessi 644c54a6f6 feat: refactor disk name layout to use CSS Grid with icon spanning both rows and add disk path support
Change disk-name from flex to grid layout with 2-column template (20px icon + flexible content). Update ::before icon to span both rows using grid-row:1/span 2 with zero margin. Add grid-template-rows auto/auto with conditional single row when disk-path is missing. Style disk-path in column 2 row 2 with nowrap and hide when empty. Set min-width:92px and line-height:1.1 for consistent sizing.
2026-08-14 11:10:01 +02:00
..