mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 09:09:04 -04:00
fix progress bar indicator
This commit is contained in:
parent
2045eb22cc
commit
8fad2b4936
@ -451,7 +451,7 @@ img {
|
|||||||
border: 6px solid transparent;
|
border: 6px solid transparent;
|
||||||
border-top-color: var(--progress-bar-fill);
|
border-top-color: var(--progress-bar-fill);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -12px;
|
top: -6px;
|
||||||
right: -6px;
|
right: -6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -463,7 +463,7 @@ img {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border: 6px solid transparent;
|
border: 6px solid transparent;
|
||||||
top: -38px;
|
top: -32px;
|
||||||
right: 0;
|
right: 0;
|
||||||
transform: translateX(50%);
|
transform: translateX(50%);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user