1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

fix new client graph for smaller screen sizes

This commit is contained in:
RaidMax
2022-03-29 18:59:27 -05:00
parent 3d18c07868
commit 397fb18f24
2 changed files with 2 additions and 5 deletions

View File

@ -73,7 +73,7 @@
</div>
<div class="row server-history mb-4">
<div class="server-history-row" style="position:relative; width: 80vw" id="server_history_@Model.ID" data-serverid="@Model.ID"
<div class="server-history-row m-auto" style="position:relative; width: 100%" id="server_history_@Model.ID" data-serverid="@Model.ID"
data-clienthistory='@Html.Raw(Json.Serialize(Model.ClientHistory))'
data-clienthistory-ex='@Html.Raw(Json.Serialize(Model.ClientHistory.ClientCounts))'
data-online="@Model.Online">