1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-09 23:00:57 -05:00

increase width of side context menu for longer server names

This commit is contained in:
RaidMax
2022-06-09 13:59:00 -05:00
parent 0694bd1301
commit 2017f08b43
7 changed files with 7 additions and 7 deletions

View File

@ -232,7 +232,7 @@
<div class="content row mt-20">
<!-- main content -->
<div class="col-12 col-lg-9 col-xl-10 mt-0">
<div class="col-12 col-lg-9 mt-0">
<h2 class="content-title mb-0">Player Stats</h2>
<span class="text-muted">
<color-code value="@(Model.Servers.FirstOrDefault(server => server.Endpoint == Model.ServerEndpoint)?.Name ?? ViewBag.Localization["WEBFRONT_STATS_INDEX_ALL_SERVERS"])"></color-code>

View File

@ -2,7 +2,7 @@
@using WebfrontCore.ViewModels
<div class="content mt-20 row">
<div class="col-12 col-lg-9 col-xl-10 mt-0">
<div class="col-12 col-lg-9 mt-0">
<h2 class="content-title mb-0">Top Players</h2>
<span class="text-muted">
<color-code value="@(Model.FirstOrDefault(m => m.Endpoint == ViewBag.SelectedServerId)?.Name ?? ViewBag.Localization["WEBFRONT_STATS_INDEX_ALL_SERVERS"])"></color-code>