mirror of
https://github.com/dergigi/boris.git
synced 2025-12-25 18:44:23 +01:00
style: make explore tabs extend to grid width
- Add specific styling for tabs in explore-header - Tabs now span full width to match the grid below - Maintain left alignment for consistency with grid layout
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
.explore-header { text-align: center; margin-bottom: 3rem; }
|
||||
.explore-header h1 { font-size: 2.5rem; margin: 0 0 1rem 0; color: var(--color-primary); display: flex; align-items: center; justify-content: center; gap: 1rem; }
|
||||
.explore-subtitle { font-size: 1.125rem; color: var(--color-text-secondary); margin: 0; }
|
||||
.explore-header .me-tabs { text-align: left; margin-top: 2rem; }
|
||||
.explore-loading, .explore-error, .explore-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; color: var(--color-text-secondary); }
|
||||
.explore-loading { min-height: 0; padding: 0.25rem 0; }
|
||||
.explore-error { color: rgb(239 68 68); /* red-500 */ }
|
||||
|
||||
Reference in New Issue
Block a user