diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-04-16 02:22:56 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-04-16 02:22:56 +1000 |
| commit | ba86ba12732b3290eaa74936950a370966b41ac5 (patch) | |
| tree | fcb1fb3df3a0edc1d0a27a5336c8cadaef593507 /Pages/Gallery.razor.css | |
| parent | d59e751c5b7c23f0dce2a146b6b8ced80231a0cb (diff) | |
v0.10av0.10a
Diffstat (limited to 'Pages/Gallery.razor.css')
| -rw-r--r-- | Pages/Gallery.razor.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Pages/Gallery.razor.css b/Pages/Gallery.razor.css index 1b5ed86..6226d9b 100644 --- a/Pages/Gallery.razor.css +++ b/Pages/Gallery.razor.css @@ -1,6 +1,9 @@ img { + height: auto; margin-right: 5px; max-height: 200px; + max-width: 100%; + width: auto; } div#feed-error { |
