From 970bca7121610d31b7608267bae5d81a5b648bde Mon Sep 17 00:00:00 2001 From: Marcel Baumgartner Date: Sun, 11 Feb 2024 17:57:16 +0100 Subject: [PATCH] Fixed input alignment for variable page --- .../Servers/UI/UserViews/Variables.razor | 32 ++++++++++--------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/Moonlight/Features/Servers/UI/UserViews/Variables.razor b/Moonlight/Features/Servers/UI/UserViews/Variables.razor index 6345a759..d1f4dee4 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 + { +
+ +
+ } +
}