1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-15 22:05:45 +02:00
This commit is contained in:
syuilo
2026-04-15 19:48:52 +09:00
parent b0d4ab371b
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 {