refactor: always show settings

This commit is contained in:
Carlos Valente
2024-12-15 11:14:26 +01:00
committed by Carlos Valente
parent bedab221d9
commit e91d5f5cd9
4 changed files with 12 additions and 12 deletions
@@ -5,9 +5,10 @@
padding: 1rem 0.5rem;
display: grid;
grid-template-rows: 3rem auto 1fr;
grid-template-rows: 3rem auto auto 1fr;
grid-template-areas:
'overview'
'progress'
'settings'
'table';
gap: 1rem;