Commit 42bf2041 by Takatoshi Miura

fix

parent ff958237
......@@ -42,7 +42,7 @@
<!-- コンテンツ -->
<main id="chatMakeRoom">
<form id="makeRoomForm" method="post">
<form id="makeRoomForm" action="chat_make_room_confirm.html" method="post">
<!-- ユーザー検索 -->
<div class="search_form my-2">
<input type="search" name="search" placeholder="ユーザー検索">
......@@ -118,8 +118,8 @@
</div>
<!-- ルーム解説ボタン -->
<div class="make_room_confirm_btn content" id="makeRoomConfirmBtn">
<button type="button" name="button">
<div class="make_room_confirm_btn content" >
<button type="button" name="button" id="makeRoomConfirmBtn">
ルーム開設<br>
<span class="select_member_num"></span><span class="select_member">名 選択中</span></button>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment