Fix slot icon sizing

This commit is contained in:
Slendy 2022-12-19 17:45:27 -06:00
commit a282833726
No known key found for this signature in database
GPG key ID: 7288D68361B91428

View file

@ -53,6 +53,7 @@ public static class PartialExtensions
.WithKeyValue("User", user) .WithKeyValue("User", user)
.WithKeyValue("CallbackUrl", callbackUrl) .WithKeyValue("CallbackUrl", callbackUrl)
.WithKeyValue("ShowLink", showLink) .WithKeyValue("ShowLink", showLink)
.WithKeyValue("IsMini", isMini)
.WithKeyValue("IsMobile", isMobile)); .WithKeyValue("IsMobile", isMobile));
public static Task<IHtmlContent> ToHtml<T>(this Photo photo, IHtmlHelper<T> helper, ViewDataDictionary<T> viewData, string language, string timeZone, bool canDelete = false) public static Task<IHtmlContent> ToHtml<T>(this Photo photo, IHtmlHelper<T> helper, ViewDataDictionary<T> viewData, string language, string timeZone, bool canDelete = false)