mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-06 22:59:03 -05:00
fix progress bar indicator
This commit is contained in:
parent
2045eb22cc
commit
8fad2b4936
@ -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%);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user