فهرست منبع

Fix minor css issues

Toby Chui 2 هفته پیش
والد
کامیت
afb1208e36
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/web/Movie/index.html
  2. 1 1
      src/web/Musicify/index.html

+ 1 - 1
src/web/Movie/index.html

@@ -964,7 +964,7 @@ html, body {
         <div id="library-status-bar">
             <div class="spinner-sm" id="library-spinner"></div>
             <span id="library-status-text"></span>
-            <button id="library-refresh-btn" onclick="refreshLibrary()" style="display:none">Refresh</button>
+            <button id="library-refresh-btn" onclick="refreshLibrary()" style="display:none">Refresh</button>
         </div>
         <div id="library-scroll">
             <div id="no-content">

+ 1 - 1
src/web/Musicify/index.html

@@ -1188,7 +1188,7 @@
                                         <span class="song-size"  x-text="song.hsize"></span>
                                         <span class="song-menu" x-on:click.stop="removeFromCurrentPlaylist(idx, $event)"
                                               title="Remove from playlist">
-                                            <i class="ui trash alternate icon" style="margin:0;font-size:13px;color:#f87171;"></i>
+                                            <i class="ui trash alternate icon" style="margin:0;font-size:13px;padding-bottom: 25px; color:#f87171;"></i>
                                         </span>
                                     </div>
                                 </template>