mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 14:06:09 +05:00
simplify snake colors and fix border
This commit is contained in:
@@ -62,5 +62,5 @@ export const SnakeWrapper = styled.div`
|
||||
|
||||
export const PercentagePiece = styled.div`
|
||||
background: ${completeColor};
|
||||
height: ${({ percentage }) => (percentage / 100) * 12}px;
|
||||
height: ${({ percentage }) => (percentage)}%;
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user