Fix progress bar width in import screen

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2025-01-22 11:43:47 -06:00 committed by GitHub
parent e20be50f01
commit e24bfb148f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,7 @@
.InstallScreenBackupImportStep .ProgressBar {
margin-block-end: 18px;
min-width: 326px;
}
.InstallScreenBackupImportStep__progressbar-hint {