fix(lang): string edits (#2229)

* fix(lang): string edits

* fix: correct notif type ordering

* fix(lang): a few more edits

* fix(frontend): align & wrap media attributes properly

* fix(lang): use consistent cache names
This commit is contained in:
TheCatLady
2021-10-24 12:08:03 -04:00
committed by GitHub
parent a35209c739
commit ab20c21184
8 changed files with 108 additions and 92 deletions

View File

@@ -118,7 +118,7 @@
}
.media-attributes {
@apply flex items-center mt-1 space-x-1 text-xs text-gray-300 sm:text-sm xl:text-base xl:mt-0;
@apply flex flex-wrap items-center justify-center mt-1 space-x-1 text-xs text-gray-300 sm:text-sm xl:text-base xl:mt-0 xl:justify-start;
}
.media-attributes a {