Explorar o código

fix: playhead height

Fela Maslen %!s(int64=5) %!d(string=hai) anos
pai
achega
80080b9829
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      gmus-web/src/components/ui/mobile/info.tsx

+ 2 - 1
gmus-web/src/components/ui/mobile/info.tsx

@@ -72,13 +72,14 @@ const TotalTime = styled(Time)`
 const Gutter = styled.div`
   display: flex;
   flex: 1;
-  height: 100%;
+  height: ${rem(16)};
 `;
 
 const Progress = styled.div`
   align-items: flex-end;
   display: flex;
   justify-content: flex-end;
+  height: 100%;
 `;
 
 const PlayHead = styled.span`