mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
🎨
This commit is contained in:
parent
b0d4ab371b
commit
ac2c6b93ce
1 changed files with 4 additions and 1 deletions
|
|
@ -389,8 +389,11 @@ definePage(() => ({
|
|||
}
|
||||
|
||||
.progressBar {
|
||||
width: 100%;
|
||||
width: 75%;
|
||||
height: 4px;
|
||||
border-radius: 999px;
|
||||
overflow: clip;
|
||||
background-color: var(--MI_THEME-accentedBg);
|
||||
}
|
||||
|
||||
.progressBarValue {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue