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.
feature/default_network_editable
Thomas Huang 4 years ago committed by GitHub
parent 179dbcb41c
commit 302b7dd731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      ui/app/pages/settings/contact-list-tab/index.scss

@ -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…
Cancel
Save