mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
refactor
This commit is contained in:
@@ -15,7 +15,7 @@ export default styled.div`
|
||||
|
||||
${standaloneMedia(css`
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
grid-template-columns: repeat(5, calc(100% / 5));
|
||||
justify-items: center;
|
||||
`)}
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user