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;
|
background-color: globals.$dark-background-color;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: solid 1px globals.$border-color;
|
border: solid 1px globals.$border-color;
|
||||||
right: 0;
|
right: 16px;
|
||||||
bottom: 0;
|
bottom: 26px + globals.$spacing-unit;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
@ -189,14 +189,6 @@ export function CloudSyncModal({ visible, onClose }: CloudSyncModalProps) {
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{uploadingBackup && (
|
|
||||||
<progress
|
|
||||||
className="cloud-sync-modal__progress"
|
|
||||||
value={backupDownloadProgress?.progress ?? 0}
|
|
||||||
max={100}
|
|
||||||
/>
|
|
||||||
)}
|
|
||||||
|
|
||||||
<div className="cloud-sync-modal__backups-header">
|
<div className="cloud-sync-modal__backups-header">
|
||||||
<h2>{t("backups")}</h2>
|
<h2>{t("backups")}</h2>
|
||||||
<small>
|
<small>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue