mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01: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:
parent
179dbcb41c
commit
302b7dd731
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user