1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix first time onboarding popup position (#8829)

The connected status indicator had been moved left since this popup was
first written. The position of the highlighted portion of the
background has been updated reflect this.
This commit is contained in:
Mark Stacey 2020-06-17 15:12:41 -03:00 committed by GitHub
parent c07bf62a73
commit c8be5d0779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@
border-radius: 34px;
position: absolute;
top: 82px;
left: 12px;
left: 8px;
opacity: 1;
box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.2);
background: none;