mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-28 01:28:27 +01:00
style(tv): adjust poster scale multipliers for Small and Default to align poster-to-text ratio
This commit is contained in:
@@ -79,8 +79,8 @@ export const TVAnimation = {
|
||||
* Applied to poster sizes and gaps.
|
||||
*/
|
||||
const sizeScaleMultipliers: Record<TVTypographyScale, number> = {
|
||||
[TVTypographyScale.Small]: 0.63,
|
||||
[TVTypographyScale.Default]: 0.7,
|
||||
[TVTypographyScale.Small]: 0.53,
|
||||
[TVTypographyScale.Default]: 0.63,
|
||||
[TVTypographyScale.Large]: 0.77,
|
||||
[TVTypographyScale.ExtraLarge]: 0.84,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user