mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
fix account menu width (#7354)
This commit is contained in:
parent
2673eef3c4
commit
9ed01dff7a
@ -2,7 +2,7 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
top: 58px;
|
top: 58px;
|
||||||
width: 310px;
|
width: 320px;
|
||||||
|
|
||||||
@media screen and (max-width: 575px) {
|
@media screen and (max-width: 575px) {
|
||||||
right: calc(((100vw - 100%) / 2) + 8px);
|
right: calc(((100vw - 100%) / 2) + 8px);
|
||||||
|
Loading…
Reference in New Issue
Block a user