mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-05 04:19:55 +00:00
CATALOG_PREVIEW_SIZE added to constants
This commit is contained in:
parent
2ff50fdbb4
commit
2fec013865
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
const SUBTITLES_SIZES = [75, 100, 125, 150, 175, 200, 250];
|
||||
const SUBTITLES_FONTS = ['Roboto', 'Arial', 'Halvetica', 'Times New Roman', 'Verdana', 'Courier', 'Lucida Console', 'sans-serif', 'serif', 'monospace'];
|
||||
const CATALOG_PREVIEW_SIZE = 10;
|
||||
|
||||
module.exports = {
|
||||
SUBTITLES_SIZES,
|
||||
SUBTITLES_FONTS
|
||||
SUBTITLES_FONTS,
|
||||
CATALOG_PREVIEW_SIZE
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue