fix progress bar indicator

This commit is contained in:
Jonas Duri 2023-12-08 18:31:09 +01:00
parent 2045eb22cc
commit 8fad2b4936

View File

@ -451,7 +451,7 @@ img {
border: 6px solid transparent;
border-top-color: var(--progress-bar-fill);
position: absolute;
top: -12px;
top: -6px;
right: -6px;
}
@ -463,7 +463,7 @@ img {
white-space: nowrap;
position: absolute;
border: 6px solid transparent;
top: -38px;
top: -32px;
right: 0;
transform: translateX(50%);
}