1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Revert "#10168 - Fix to Can't open settings if browser zoom level > 100% (#13281)" (#13459)

This reverts commit 05f9ceda77.
This commit is contained in:
Ariella Vu 2022-01-28 21:59:15 +00:00 committed by GitHub
parent 3772dfee11
commit 869d7a21bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,7 @@
color: var(--white);
@media screen and (max-width: $break-small) {
position: initial;
margin-top: -10px;
margin-left: calc(((100vw - 100%) / 2) + 8px);
right: calc(((100vw - 100%) / 2) + 8px);
}
@media screen and (min-width: $break-large) {