Commit 716b0d7b by Lee Daehyun

インデント修正

parent 0935fdd5
...@@ -121,7 +121,7 @@ main{ margin-top: 60px; } ...@@ -121,7 +121,7 @@ main{ margin-top: 60px; }
} }
.profile_modal #userNameCard-scroll { .profile_modal #userNameCard-scroll {
height: 200px; height: 200px;
overflow:auto; overflow: auto;
padding-top: 0rem; padding-top: 0rem;
padding-right: 0rem; padding-right: 0rem;
margin-top: 1rem; margin-top: 1rem;
......
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
</button> </button>
</div> </div>
<div class="modal-body" id="userNameCard-scroll"> <div class="modal-body" id="userNameCard-scroll">
{{#groupPathList}} {{#groupPathList}
<li onclick="CHAT_UI.refreshAllGroupSearch({{groupId}});"><b>{{groupPath}}</b></li> <li onclick="CHAT_UI.refreshAllGroupSearch({{groupId}});"><b>{{groupPath}}</b></li>
{{/groupPathList}} {{/groupPathList}}
</div> </div>
<div class="modal-footer border-0 justify-content-center"> <div class="modal-footer border-0 justify-content-center">
{{#isFavorite}} {{#isFavorite}}
......
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