1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 10:30:04 +01:00

Use transparent border for consistent size with and without border.

This commit is contained in:
Dan 2017-09-11 22:40:14 -02:30 committed by Chi Kei Chan
parent 8342c20b58
commit 392d0d020c

View File

@ -53,7 +53,7 @@
display: flex;
justify-content: center;
align-items: center;
border: none;
border: 1px solid transparent;
background: none;
}