fix(webapp): fix post teaser icon positioning (#9442)

This commit is contained in:
Ulf Gebhardt 2026-03-27 12:41:48 +01:00 committed by GitHub
parent b0b755d6bd
commit 4407eab8e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -406,6 +406,7 @@ export default {
justify-content: space-between;
align-items: center;
> .categories,
> .categories-placeholder {
flex-grow: 1;
}