1
0
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:
hjlee9182 2019-11-06 00:31:28 +09:00 committed by Mark Stacey
parent 2673eef3c4
commit 9ed01dff7a

View File

@ -2,7 +2,7 @@
position: fixed;
z-index: 100;
top: 58px;
width: 310px;
width: 320px;
@media screen and (max-width: 575px) {
right: calc(((100vw - 100%) / 2) + 8px);