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

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

* Added css fix

* Fixed left margin
This commit is contained in:
MG 2022-01-12 17:54:51 +01:00 committed by GitHub
parent 88faef7e19
commit 05f9ceda77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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