mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-10 00:28:09 -05:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user