Commit c1333bb6 by Lee Daehyun

ネームカードグループスクロールデザイン修正

parent 4c63bc20
......@@ -274,6 +274,7 @@
font-weight: bold;
font-size: 20px;
}
#captyaModal .modal-body,
#changeHostModal .modal-body,
#hostRequestModal .modal-body {
......
......@@ -119,6 +119,10 @@ main{ margin-top: 60px; }
height: 60px;
border-radius: 50%;
}
.profile_modal #userNameCard-scroll {
height: 200px;
overflow:auto;
}
.profile_modal .modal-header,.profile_modal .modal-body { padding-bottom: 0; }
.profile_modal .modal-footer button { width: 33%; padding: 5px;}
.profile_modal.w_50 .modal-footer button { width: 50%; padding: 5px;}
......
......@@ -10,7 +10,7 @@
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<div class="modal-body" id="userNameCard-scroll">
{{#groupPathList}}
<li onclick="CHAT_UI.refreshAllGroupSearch({{groupId}});"><b>{{groupPath}}</b></li>
{{/groupPathList}}
......
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