mirror of
https://github.com/transmission/transmission
synced 2025-03-09 13:50:00 +00:00
fix: web ui start/pause button icon size (#5771)
This commit is contained in:
parent
a9a6e54858
commit
b0e2f52784
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue