feat: 메인 페이지를 반응형 페이지로 변경 #197

Merged
Hide_D merged 31 commits from reactive_main into devel 2021-12-03 23:06:53 +09:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 46f3709f09 - Show all commits
+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 {