fix: 메인 페이지 시나리오 표기, 줄 바꿈

This commit is contained in:
2021-11-30 01:40:49 +09:00
parent 3c930dacb8
commit f238077944
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ $nationColorType = substr($myNationStatic['color'] ?? '#000000', 1);
<div class="row toolbars gx-0"><?= allButton($gameStor->npcmode == 1) ?></div>
<div class="tb_layout row gx-0">
<div id="server_title" class="row py-1">
<h3>삼국지 모의전투 HiDCHe <?= $serverName . $serverCnt ?>기 (<font color=cyan><?= $scenario ?></font>)</h3>
<h3>삼국지 모의전투 HiDCHe <?= $serverName . $serverCnt ?>기 <span class="avoid-wrap">(<font color=cyan><?= $scenario ?></font>)</span></h3>
</div>
<?php if ($valid == 1) : ?>
+3
View File
@@ -27,6 +27,9 @@ body {
}
}
.avoid-wrap {
display:inline-block;
}
#map_view {