forked from rDrama/rDrama
1
0
Fork 0

infection bar width fix

master
Aevann 2023-10-09 19:57:56 +03:00
parent f68214b1bf
commit 121f441aee
1 changed files with 1 additions and 0 deletions

View File

@ -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;