Henry Whitaker пре 6 година
родитељ
комит
43e2f4aecf
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      js/functions.js

+ 6 - 0
js/functions.js

@@ -6475,6 +6475,12 @@ function buildTautulliItem(array){
         background-color: #7b7b7b2e;
     }
 
+    @media (max-width: 767px) {
+        .library-card ol {
+            padding-left: 0;
+        }
+    }
+
     .platform-android-rgba { background-color: rgba(164, 202, 57, 0.40); }
     .platform-atv-rgba { background-color: rgba(133, 132, 135, 0.40); }
     .platform-chrome-rgba { background-color: rgba(237, 94, 80, 0.40); }