diff options
| author | Fuwn <[email protected]> | 2024-06-23 08:21:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-23 08:24:39 -0700 |
| commit | e2738e68c19d79394209b9dd90a07db6168b7c66 (patch) | |
| tree | 70e8aa0b4ea4f993ec0bc917b83802498d977369 /src/lib/Hololive/Lives.svelte | |
| parent | build: replace koix with just (diff) | |
| download | due.moe-e2738e68c19d79394209b9dd90a07db6168b7c66.tar.xz due.moe-e2738e68c19d79394209b9dd90a07db6168b7c66.zip | |
feat(hololive): update time and guest formatting
Diffstat (limited to 'src/lib/Hololive/Lives.svelte')
| -rw-r--r-- | src/lib/Hololive/Lives.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Hololive/Lives.svelte b/src/lib/Hololive/Lives.svelte index 54ed0447..7281b18f 100644 --- a/src/lib/Hololive/Lives.svelte +++ b/src/lib/Hololive/Lives.svelte @@ -87,7 +87,7 @@ <style lang="scss"> .container { display: grid; - grid-template-columns: repeat(auto-fill, minmax(22.5em, 1fr)); + grid-template-columns: repeat(auto-fill, minmax(22em, 1fr)); gap: 0.5em; } </style> |