Skip to content

Commit 2600f82

Browse files
KomediruzeckiDavy-c
authored andcommitted
Update position of reconnect dialog
1 parent 1875a83 commit 2600f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cloud/components/Topbar/SyncStatus.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ const SyncStatus = ({ provider, connState }: SyncStatusProps) => {
6868

6969
const ConnectIssueContainer = styled.div`
7070
position: absolute;
71-
bottom: 40px;
72-
right: 40px;
71+
bottom: 24px;
72+
right: 46px;
7373
z-index: 9999;
7474
width: 300px;
7575

0 commit comments

Comments
 (0)