Ver Fonte

tweak audio bar style

llcc há 3 anos atrás
pai
commit
ee786379c1
1 ficheiros alterados com 5 adições e 5 exclusões
  1. 5 5
      src/main/frontend/mobile/index.css

+ 5 - 5
src/main/frontend/mobile/index.css

@@ -10,8 +10,12 @@
     white-space: nowrap;
     height: 80px;
     align-items: start;
-    /* border-top: 1.5px solid var(--ls-tertiary-border-color); */
     box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
+
+    .bottom-action {
+        width: 23px;
+        height: 23px;
+    }
                                                              
     .ti, .timer {
         color: var(--ls-primary-text-color);
@@ -110,7 +114,3 @@ html.is-zoomed-native-ios {
         }
     }
 }
-
-.bottom-action {
-    line-height: 1.15;
-}