diff --git a/css/entrance.css b/css/entrance.css
index 28a4788c..f789f329 100644
--- a/css/entrance.css
+++ b/css/entrance.css
@@ -36,16 +36,21 @@ body {
height: 130px;
}
-#user_info button {
+#user_info .btn {
width: 200px;
- height: 50px;
margin: 10px 50px;
+ padding: 10px;
}
.center_ordered_items {
text-align: center;
}
+.server-action{
+ padding-top: 16px;
+ padding-bottom: 16px;
+}
+
.Entrance_ServerList {
width: 800px;
height: 64px;
diff --git a/hwe/ts/gateway/entrance.ts b/hwe/ts/gateway/entrance.ts
index b984876f..2dc03ece 100644
--- a/hwe/ts/gateway/entrance.ts
+++ b/hwe/ts/gateway/entrance.ts
@@ -44,54 +44,28 @@ const serverFullTemplate = "\
- 장수 등록 마감 - | \
";
-// eslint-disable-next-line @typescript-eslint/no-unused-vars
-const serverSelectPoolTemplate = "\
-- 미 등 록 - | \
-\
-\
- | \
-";
-
-// eslint-disable-next-line @typescript-eslint/no-unused-vars
-const serverLoginBtn = "";
-
-// eslint-disable-next-line @typescript-eslint/no-unused-vars
-const serverCreateBtn = "";
-
-// eslint-disable-next-line @typescript-eslint/no-unused-vars
-const serverSelectNPCBtn = "";
-
-// eslint-disable-next-line @typescript-eslint/no-unused-vars
-const serverSelectPoolBtn = "";
-
const serverCreateTemplate = "\
-- 미 등 록 -\
- | \
+ | - 미 등 록 -\
+ | \
+\
<%if(canCreate) {%>\
- \
+ 장수생성\
<%}%>\
<%if(canSelectNPC) {%>\
- \
+ 장수빙의\
<%}%>\
<%if(canSelectPool) {%>\
- \
+ 장수선택\
<%}%>\
- | ";
+";
const serverLoginTemplate = "\
| \
<%name%> | \
-\
-\
- | \
+\
+ | \
";
// eslint-disable-next-line @typescript-eslint/no-unused-vars
diff --git a/i_entrance/entrance.php b/i_entrance/entrance.php
index 7db36e05..18eb53c6 100644
--- a/i_entrance/entrance.php
+++ b/i_entrance/entrance.php
@@ -103,8 +103,8 @@ $acl = $session->acl;