This commit is contained in:
Vince 2021-06-30 13:19:55 +08:00
parent e4b41191eb
commit 74a0e9a6f3
2 changed files with 4 additions and 4 deletions

View file

@ -3154,8 +3154,8 @@ progressbar {
} }
// Moving bit // Moving bit
progress { progress {
min-height: $container_padding - 2px; // min-height: $container_padding - 2px;
min-width: $container_padding - 2px; // min-width: $container_padding - 2px;
background-color: $progress_color; background-color: $progress_color;
border: none; border: none;
border-radius: $bt_radius; border-radius: $bt_radius;

View file

@ -3217,8 +3217,8 @@ progressbar {
// Moving bit // Moving bit
> trough > progress { > trough > progress {
min-height: $container_padding - 2px; // min-height: $container_padding - 2px;
min-width: $container_padding - 2px; // min-width: $container_padding - 2px;
background-color: $progress_color; background-color: $progress_color;
border: none; border: none;
border-radius: $bt_radius; border-radius: $bt_radius;