Commit 2efb8f53 by Lee Daehyun

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

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