diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-09-02 16:06:17 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-09-02 16:06:17 +1000 |
| commit | 1acc1417a26b18a49cf4f2f95abce5ffd54f94f1 (patch) | |
| tree | 46dd3329f2a8d04060aaad03a408bd94c3b0b55b /Pages/Gallery.razor | |
| parent | bb999e10ac4f080cb2a4c3bdf3cba04c7d214f3a (diff) | |
Improved CSS
Diffstat (limited to 'Pages/Gallery.razor')
| -rw-r--r-- | Pages/Gallery.razor | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Pages/Gallery.razor b/Pages/Gallery.razor index fafcb44..669ac28 100644 --- a/Pages/Gallery.razor +++ b/Pages/Gallery.razor @@ -8,9 +8,7 @@ <PageTitle>@Title</PageTitle> -<link rel="stylesheet" href="@(nameof(HyperBooru)).styles.css"/> - -<div id="gallery"> +<div style="padding:var(--size-default-gap);"> @foreach(var media in Media) { // Precalculate thumbnail size to help the browser // lay out the images during initial page load |
