Skip to content

Commit cde5e78

Browse files
committed
fix: reposition update notification to top-left corner
1 parent ad95eef commit cde5e78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/update-notification.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ export class UpdateNotification {
8383
styles.textContent = `
8484
.update-notification-container {
8585
position: fixed;
86-
top: 44px;
87-
left: 80px;
86+
top: 0;
87+
left: 0;
8888
right: 0;
8989
z-index: 10000;
9090
transform: translateY(-100%);

0 commit comments

Comments
 (0)