1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +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; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
border: none; border: 1px solid transparent;
background: none; background: none;
} }