mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 14:06:09 +05:00
refactor
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export const borderWidth = 1
|
||||
export const defaultPieceSize = 14
|
||||
export const pieceSizeForMiniMap = 23
|
||||
export const gapBetweenPieces = 3
|
||||
export const miniCacheMaxHeight = 340
|
||||
|
||||
export const defaultBorderColor = '#eef2f4'
|
||||
export const defaultBackgroundColor = '#fff'
|
||||
export const completeColor = '#00a572'
|
||||
export const progressColor = '#ffa724'
|
||||
export const activeColor = '#000'
|
||||
export const rangeColor = '#9a9aff'
|
||||
Reference in New Issue
Block a user