1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Move add contact button in fullscreen/expanded view lower. (#9883)

* Move add contact button in fullscreen/expanded view.

Fixes #9868

Move the add contact button that is overlapping (x)/close setting icon lower, on the same line as Contacts in fullscreen/expanded view.
This commit is contained in:
Thomas Huang 2020-11-16 12:07:48 -08:00 committed by GitHub
parent 179dbcb41c
commit 302b7dd731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,7 +221,7 @@
.address-book-add-button {
&__button {
position: absolute;
top: 10px;
top: 80px;
right: 16px;
height: 56px;
width: 56px;
@ -235,6 +235,10 @@
margin-right: 5px;
cursor: pointer;
box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
@media screen and (max-width: 576px) {
top: 10px;
}
}
}