浏览代码

Fixed a design issue in the add song modal. All better now :)

Wesley McCann 9 年之前
父节点
当前提交
9bdacc1991
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/client/templates/room.html

+ 2 - 0
app/client/templates/room.html

@@ -157,6 +157,7 @@
                                         <a class="waves-effect waves-light btn" id="search-song"><i class="material-icons left">search</i>Search</a>
                                         <a class="waves-effect waves-light btn" id="search-song"><i class="material-icons left">search</i>Search</a>
                                         {{#if singleVideoResultsActive}}
                                         {{#if singleVideoResultsActive}}
                                             <div id="single-video-results">
                                             <div id="single-video-results">
+                                              <div style="overflow: auto; height: 30vh; margin-top: 1rem;">
                                                 <ul class="collection teal-text">
                                                 <ul class="collection teal-text">
                                                     {{#each result in singleVideoResults}}
                                                     {{#each result in singleVideoResults}}
                                                         <li class="collection-item avatar youtube-search-result-li">
                                                         <li class="collection-item avatar youtube-search-result-li">
@@ -170,6 +171,7 @@
                                                     {{/each}}
                                                     {{/each}}
                                                 </ul>
                                                 </ul>
                                             </div>
                                             </div>
+                                          </div>
                                         {{/if}}
                                         {{/if}}
                                     </div>
                                     </div>
                                 {{/if}}
                                 {{/if}}