mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-02 10:08:39 +00:00
Fix slot icon sizing
This commit is contained in:
parent
1b69f6a0e0
commit
a282833726
1 changed files with 1 additions and 0 deletions
|
@ -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<IHtmlContent> ToHtml<T>(this Photo photo, IHtmlHelper<T> helper, ViewDataDictionary<T> viewData, string language, string timeZone, bool canDelete = false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue