From a2828337261b90fb1b089eb3ff7ce56430a359b7 Mon Sep 17 00:00:00 2001 From: Slendy Date: Mon, 19 Dec 2022 17:45:27 -0600 Subject: [PATCH] Fix slot icon sizing --- .../Extensions/PartialExtensions.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ProjectLighthouse.Servers.Website/Extensions/PartialExtensions.cs b/ProjectLighthouse.Servers.Website/Extensions/PartialExtensions.cs index bc3468d7..a907da5b 100644 --- a/ProjectLighthouse.Servers.Website/Extensions/PartialExtensions.cs +++ b/ProjectLighthouse.Servers.Website/Extensions/PartialExtensions.cs @@ -53,6 +53,7 @@ public static class PartialExtensions .WithKeyValue("User", user) .WithKeyValue("CallbackUrl", callbackUrl) .WithKeyValue("ShowLink", showLink) + .WithKeyValue("IsMini", isMini) .WithKeyValue("IsMobile", isMobile)); public static Task ToHtml(this Photo photo, IHtmlHelper helper, ViewDataDictionary viewData, string language, string timeZone, bool canDelete = false)