From fd049edb3ff2a6680065872cab8ab858a93fbba5 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Wed, 20 Apr 2022 14:46:15 -0500 Subject: [PATCH] fix kick button margin --- WebfrontCore/Views/Server/_ClientActivity.cshtml | 6 +++--- WebfrontCore/Views/Shared/_Layout.cshtml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/WebfrontCore/Views/Server/_ClientActivity.cshtml b/WebfrontCore/Views/Server/_ClientActivity.cshtml index 9fa34955..42b89707 100644 --- a/WebfrontCore/Views/Server/_ClientActivity.cshtml +++ b/WebfrontCore/Views/Server/_ClientActivity.cshtml @@ -53,7 +53,7 @@ } -
+
@foreach (var clientIndex in groupedClients) { @@ -61,10 +61,10 @@ @foreach (var client in clientIndex.group) { var levelColorClass = !ViewBag.Authorized || client.client.LevelInt == 0 ? "text-light-dm text-dark-lm" : $"level-color-{client.client.LevelInt}"; -