Commit de7a33d3 by Lee Munkyeong

Merge branch 'features/release_sp3_fix_list_css' into 'release_sp3'

招待、ルーム開設リストUI修正

See merge request !108
parents b3928856 d1169b9e
......@@ -801,6 +801,38 @@ input[name="tab_item"] {
height: fit-content;
}
#favoriteList > ul > li:nth-child(1) {
border-top: 0px !important;
}
#userInGroupList > ul > li:nth-child(1) {
border-top: 0px !important;
}
.chat_make_room_list {
margin-top: 0px !important;
}
#favoriteListForMakeRoom > ul > li:nth-child(1) {
border-top: 0px !important;
}
#userInGroupListForMakeRoom > ul > li:nth-child(1) {
border-top: 0px !important;
}
#childGroupListAreaForMakeRoom > li:nth-child(1) {
border-top: 0px !important;
}
#userInGroupListForAddUser > ul > li:nth-child(1) {
border-top: 0px !important;
}
#childGroupListAreaForAddUser > li:nth-child(1) {
border-top: 0px !important;
}
@media screen and (max-width: 768px) {
/* chat item */
.tab_item {
......
<li class="d-flex align-items-center">
<li class="d-flex align-items-center" style="border-bottom: 1px solid #e2e8f0;">
<a href="#" class="w-100" onclick="CHAT_UI.refreshAllGroupForAddUser({{id}});">
<div class="chat_item d-flex flex-row align-items-center">
<div class="chat_item_l">
......
<li class="d-flex align-items-center">
<li class="d-flex align-items-center" style="border-bottom: 1px solid #e2e8f0;">
<a href="#" class="w-100" onclick="CHAT_UI.refreshAllGroupForMakeRoom({{id}});">
<div class="chat_item d-flex flex-row align-items-center">
<div class="chat_item_l">
......
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