diff options
| author | Fuwn <[email protected]> | 2024-01-31 01:00:18 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-31 01:00:18 -0800 |
| commit | 920a93e8aa0fcc8d03834c4703118e387625f49b (patch) | |
| tree | 37b3d83ade4611f3d93333f6c4882803b1c7c59f /src/lib/Loading | |
| parent | refactor(skeleton): move to loading module (diff) | |
| download | due.moe-920a93e8aa0fcc8d03834c4703118e387625f49b.tar.xz due.moe-920a93e8aa0fcc8d03834c4703118e387625f49b.zip | |
fix(skeleton): use cover-style gaps
Diffstat (limited to 'src/lib/Loading')
| -rw-r--r-- | src/lib/Loading/Skeleton.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Loading/Skeleton.svelte b/src/lib/Loading/Skeleton.svelte index f42e5a75..53b5b569 100644 --- a/src/lib/Loading/Skeleton.svelte +++ b/src/lib/Loading/Skeleton.svelte @@ -64,6 +64,6 @@ display: flex; flex-wrap: wrap; justify-content: space-between; - row-gap: 1em; + gap: 1em 0.5em; } </style> |