File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -118,13 +118,13 @@ button:disabled {
118118 display : flex;
119119 flex-direction : column;
120120 align-items : center;
121- gap : 10 px ;
121+ gap : 5 px ;
122122 margin-top : 20px ;
123123}
124124
125125# playPause {
126- font-size : 120 px ;
127- margin-top : 20 px ;
126+ font-size : 110 px ;
127+ margin-top : 10 px ;
128128}
129129
130130# fastReverse {
@@ -162,7 +162,7 @@ button:disabled {
162162 font-size : 40px ;
163163 cursor : pointer;
164164 position : absolute;
165- left : calc (50% - 140 px );
165+ left : calc (50% - 120 px );
166166 top : 20px ;
167167 transition : transform 0.2s ;
168168}
@@ -225,7 +225,7 @@ button:disabled {
225225
226226# pauseToggle {
227227 position : absolute;
228- left : calc (50% + 80 px );
228+ left : calc (50% + 70 px );
229229 top : 20px ;
230230}
231231
You can’t perform that action at this time.
0 commit comments