This commit is contained in:
syuilo 2026-04-15 19:48:52 +09:00
commit ac2c6b93ce

View file

@ -389,8 +389,11 @@ definePage(() => ({
}
.progressBar {
width: 100%;
width: 75%;
height: 4px;
border-radius: 999px;
overflow: clip;
background-color: var(--MI_THEME-accentedBg);
}
.progressBarValue {