Browse Source

improved player display

Bachir Soussi Chiadmi 4 years ago
parent
commit
057d0c29ee

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/edlptheme/assets/dist/styles/app.min.css


+ 4 - 2
web/themes/custom/edlptheme/assets/styles/app.scss

@@ -1000,16 +1000,18 @@ main[role="main"]{
     }
   }
   .time{
+    padding-top:0;
     &>*{
       width:70px;
       text-align: right;
     }
     .current-time{
       font-size: 1.4em;
+      line-height: 1.1;
       font-weight: 600;
     }
     .duration{
-      font-size: 0.75em;
+      font-size: 0.882em;
       font-weight: 400;
     }
   }
@@ -1037,7 +1039,7 @@ main[role="main"]{
     }
     .actions{
       width:1.5em;
-      margin-top: 0.1em;
+      // margin-top: 0.1em;
     }
     .cartels{
       width:calc(100% - 1.5em);

Some files were not shown because too many files changed in this diff