소스 검색

improved player display

Bachir Soussi Chiadmi 5 년 전
부모
커밋
057d0c29ee
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      web/themes/custom/edlptheme/assets/dist/styles/app.min.css
  2. 4 2
      web/themes/custom/edlptheme/assets/styles/app.scss

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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);

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.