mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Add backup media download progress to settings pane
This commit is contained in:
@@ -138,4 +138,7 @@ button.BackupMediaDownloadProgress__button-close {
|
||||
|
||||
.BackupMediaDownloadCancelConfirmation {
|
||||
min-width: 440px;
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
// Copyright 2025 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
@use '../mixins';
|
||||
@use '../variables';
|
||||
|
||||
.BackupMediaDownloadProgressSettings {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
|
||||
&__buttons {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.BackupMediaDownloadProgressSettings__content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
gap: 5px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.BackupMediaDownloadProgressSettings__description {
|
||||
color: light-dark(variables.$color-gray-60, variables.$color-gray-25);
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
}
|
||||
Reference in New Issue
Block a user