We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d69e0 commit 5943177Copy full SHA for 5943177
1 file changed
style.css
@@ -322,22 +322,23 @@ button:hover:not(:disabled) svg {
322
width: 100%;
323
}
324
325
-/* Add this to the bottom of style.css */
326
.speed-control {
327
display: flex;
328
align-items: center;
329
gap: 10px;
330
- margin-bottom: 15px;
331
- justify-content: center;
332
- color: #555;
+ margin-bottom: 15px; /* Adjust spacing as needed */
+ justify-content: center; /* Center align if desired */
+ color: #555; /* Match other text colors if needed */
333
334
335
.speed-control label {
336
font-weight: 500;
+ white-space: nowrap; /* Prevent label from wrapping */
337
338
339
#speed-slider {
340
- width: 150px;
+ width: 150px; /* Adjust width as needed */
341
+ cursor: pointer;
342
343
344
/* Spinning animation for SVG elements */
0 commit comments