mirror of
https://github.com/gotson/komga.git
synced 2025-12-22 00:13:30 +01:00
fix(webui): change grid size for sm screens
This commit is contained in:
parent
48e92c7580
commit
18280beb95
1 changed files with 0 additions and 2 deletions
|
|
@ -2,8 +2,6 @@ export function computeCardWidth (width: number, breakpoint: string, cardPadding
|
|||
switch (breakpoint) {
|
||||
case 'xs':
|
||||
return (width - (cardPadding * 2)) / 2
|
||||
case 'sm':
|
||||
return (width - (cardPadding * 3)) / 3
|
||||
default:
|
||||
return 150
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue