]> _ Git - fluidbook-html5.git/commitdiff
wait #4962 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 Dec 2021 16:10:41 +0000 (17:10 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 Dec 2021 16:10:41 +0000 (17:10 +0100)
style/audioplayer.less

index e8daa663cdc0746ba9e6e75880b346c50b517791..dd0af9da5c0aae9839967ca841fb7a72e2bff7a6 100644 (file)
@@ -46,22 +46,24 @@ audio {
         position: absolute;
         top: 7px;
         left: 7px;
-        width: ~"calc(100% - 14px)";
-        height: ~"calc(100% - 14px)";
+        width: 46px;
+        height: 46px;
         background-color: @audioplayer-background-color;
         border-radius: 50% 50%;
       }
 
       .arc {
         position: absolute;
-        top: 0;
-        left: 0;
-        width: 100%;
-        height: 100%;
+        top: 0 !important;
+        left: 0 !important;
+        width: 60px;
+        height: 60px;
 
         svg {
-          width: 100%;
-          height: 100%;
+          width: 60px;
+          height: 60px;
+          top: 0 !important;
+          left: 0 !important;
         }
       }
     }