From 12eaa5814ef20b0910e8d64a753378b6f6797989 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Fri, 22 May 2026 00:52:16 +1000 Subject: Initial commit --- Server.Client/Pages/Gallery.razor.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Server.Client/Pages/Gallery.razor.css (limited to 'Server.Client/Pages/Gallery.razor.css') diff --git a/Server.Client/Pages/Gallery.razor.css b/Server.Client/Pages/Gallery.razor.css new file mode 100644 index 0000000..6226d9b --- /dev/null +++ b/Server.Client/Pages/Gallery.razor.css @@ -0,0 +1,15 @@ +img { + height: auto; + margin-right: 5px; + max-height: 200px; + max-width: 100%; + width: auto; +} + +div#feed-error { + left: 50%; + padding: 10px; + position: relative; + top: 50%; + transform: translate(-50%, -50%); +} \ No newline at end of file -- cgit v1.3