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:
parent
c07bf62a73
commit
c8be5d0779
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user