Commit 2efb8f53 by Lee Daehyun

お気に入りの選択範囲広げる修正

parent e50b71b5
......@@ -146,11 +146,7 @@
</div>
</div>
</a>
<div class="chat_item_r">
<div class="d-flex flex-column">
<span class="star disable"></span>
</div>
</div>
<div class="chat_item_r star disable"></div>
</li>
</div>
<div id="userInGroupList"></div>
......
......@@ -88,7 +88,7 @@ input[name="tab_item"] {
padding-left: 0;
text-align: center;
position: absolute;
right: 20px;
right: 0px;
}
/* リスト */
......@@ -223,6 +223,7 @@ input[name="tab_item"] {
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #F5D256;
padding: 20px
}
.star.disable:before {
content: "\f005";
......@@ -230,6 +231,7 @@ input[name="tab_item"] {
font-family: "Font Awesome 5 Free";
font-weight: 400;
color: #C4C4C4;
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