fix: web ui start/pause button icon size (#5771)

This commit is contained in:
Gary Elshaw 2023-07-13 15:43:47 +12:00 committed by GitHub
parent a9a6e54858
commit b0e2f52784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ $speed-icon-size: 12px;
$pauseresume-size-number: 20;
$pauseresume-size: $pauseresume-size-number * 1px;
$progressbar-border: 1;
$progressbar-height: 14;
$progressbar-height: 20;
$popup-top: 51px; // TODO: ugly that this is hardcoded
.flex {