From b0df4d8fd7a949163b644fa5dea9a1079e3486df Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Sun, 2 Feb 2025 01:16:32 -0300 Subject: [PATCH] feat: adjustments --- src/renderer/src/components/toast/toast.scss | 4 ++-- .../game-details/cloud-sync-modal/cloud-sync-modal.tsx | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/renderer/src/components/toast/toast.scss b/src/renderer/src/components/toast/toast.scss index b112641b..b6cca04b 100644 --- a/src/renderer/src/components/toast/toast.scss +++ b/src/renderer/src/components/toast/toast.scss @@ -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; diff --git a/src/renderer/src/pages/game-details/cloud-sync-modal/cloud-sync-modal.tsx b/src/renderer/src/pages/game-details/cloud-sync-modal/cloud-sync-modal.tsx index 5c5d5afb..4544ab3b 100644 --- a/src/renderer/src/pages/game-details/cloud-sync-modal/cloud-sync-modal.tsx +++ b/src/renderer/src/pages/game-details/cloud-sync-modal/cloud-sync-modal.tsx @@ -189,14 +189,6 @@ export function CloudSyncModal({ visible, onClose }: CloudSyncModalProps) { - {uploadingBackup && ( - - )} -

{t("backups")}