diff --git a/Moonlight/Features/Servers/UI/UserViews/Variables.razor b/Moonlight/Features/Servers/UI/UserViews/Variables.razor index 6345a75..d1f4dee 100644 --- a/Moonlight/Features/Servers/UI/UserViews/Variables.razor +++ b/Moonlight/Features/Servers/UI/UserViews/Variables.razor @@ -42,21 +42,23 @@
@imageVariable.Description
- @if (imageVariable.AllowUserToEdit) - { -
- - - - -
- } - else - { -
- -
- } +
+ @if (imageVariable.AllowUserToEdit) + { +
+ + + + +
+ } + else + { +
+ +
+ } +
}