mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
* AccountMenu: fix #10168 w/ position: absolute - use right: 1rem to match .app-header padding * scss: Use px instead of rem for positioning Co-authored-by: George Marshall <george.marshall@consensys.net> Co-authored-by: George Marshall <george.marshall@consensys.net>
This commit is contained in:
parent
37f930ddf6
commit
3a75f68a15
@ -1,5 +1,5 @@
|
||||
.account-menu {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
top: 58px;
|
||||
width: 320px;
|
||||
@ -10,7 +10,7 @@
|
||||
color: var(--white);
|
||||
|
||||
@media screen and (max-width: $break-small) {
|
||||
right: calc(((100vw - 100%) / 2) + 8px);
|
||||
right: 16px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: $break-large) {
|
||||
|
Loading…
Reference in New Issue
Block a user