Set static size for manga details page covers

This commit is contained in:
schroda
2024-10-07 13:29:25 +02:00
parent cd7ec05ce3
commit d9b633900c
4 changed files with 19 additions and 15 deletions

View File

@@ -0,0 +1,9 @@
/*
* Copyright (C) Contributors to the Suwayomi project
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
export const MANGA_COVER_ASPECT_RATIO = '1 / 1.5';