polish nouri 0.6.0 startup and desktop header

This commit is contained in:
2026-04-12 17:50:17 +02:00
parent 555fddab80
commit a26d519cf2
4 changed files with 23 additions and 6 deletions
+6 -3
View File
@@ -165,8 +165,8 @@ button.secondary:hover,
.site-header {
position: static;
z-index: 10;
display: grid;
grid-template-columns: auto 1fr auto;
display: flex;
flex-wrap: wrap;
gap: 1rem;
align-items: center;
padding: 1rem 1.2rem;
@@ -223,7 +223,8 @@ h3,
display: flex;
flex-wrap: wrap;
gap: 0.45rem;
justify-content: center;
justify-content: flex-start;
flex: 1 1 32rem;
min-width: 0;
}
@@ -251,6 +252,8 @@ h3,
align-items: center;
gap: 0.75rem;
justify-content: flex-end;
margin-left: auto;
flex-wrap: wrap;
}
.user-chip,