mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adjustments
This commit is contained in:
parent
c8106e7202
commit
b0df4d8fd7
2 changed files with 2 additions and 10 deletions
|
@ -7,8 +7,8 @@
|
|||
background-color: globals.$dark-background-color;
|
||||
border-radius: 4px;
|
||||
border: solid 1px globals.$border-color;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
right: 16px;
|
||||
bottom: 26px + globals.$spacing-unit;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
@ -189,14 +189,6 @@ export function CloudSyncModal({ visible, onClose }: CloudSyncModalProps) {
|
|||
</Button>
|
||||
</div>
|
||||
|
||||
{uploadingBackup && (
|
||||
<progress
|
||||
className="cloud-sync-modal__progress"
|
||||
value={backupDownloadProgress?.progress ?? 0}
|
||||
max={100}
|
||||
/>
|
||||
)}
|
||||
|
||||
<div className="cloud-sync-modal__backups-header">
|
||||
<h2>{t("backups")}</h2>
|
||||
<small>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue