Commit 2a9b485a by Lee Daehyun

インデント修正

parent 558f93ca
......@@ -161,7 +161,7 @@
<script src="./js/chat-room.js"></script>
<script>
function imageModal(image) {
$('#modal_image').attr('src',image.src);
$('#modal_image').attr('src', image.src);
$('#pictureModalCenter').modal('show');
}
......
......@@ -241,7 +241,7 @@ input[name="tab_item"] {
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #F5D256;
padding: 20px
padding: 20px;
}
.star.disable:before {
content: "\f005";
......@@ -249,7 +249,7 @@ input[name="tab_item"] {
font-family: "Font Awesome 5 Free";
font-weight: 400;
color: #C4C4C4;
padding: 20px
padding: 20px;
}
/* メンバー選択チェックボックス */
......
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