forked from MarseyWorld/MarseyWorld
infection bar width fix
parent
f68214b1bf
commit
121f441aee
|
@ -727,6 +727,7 @@ body::after {
|
|||
.progress {
|
||||
background-color: #1d9bf0;
|
||||
background-image: linear-gradient(0deg, #1d9bf0 0%, #59b1ec 100%);
|
||||
max-width: 95vw;
|
||||
height: 24px;
|
||||
border-radius: 4px;
|
||||
box-shadow: inset 0px 12px 2px #ffffff10;
|
||||
|
|
Loading…
Reference in New Issue