fix: prevent header wrapping and uploaded image 404s

This commit is contained in:
Vaka.pro
2026-04-27 21:29:47 +03:00
parent 0ada42017f
commit fbf1d2d02f
5 changed files with 43 additions and 16 deletions

View File

@@ -64,7 +64,13 @@
@apply bg-primary text-primary-foreground shadow-card hover:bg-primary;
}
.app-header__actions {
@apply flex shrink-0 items-center gap-1 justify-self-start lg:justify-self-end;
@apply flex shrink-0 items-center gap-1 justify-self-start whitespace-nowrap lg:justify-self-end;
}
.app-header__action {
@apply shrink-0;
}
.app-header__action-text {
@apply hidden xl:inline;
}
.app-footer {