Skip to content

Commit

Permalink
UX Multichain: Update settings title (#19414)
Browse files Browse the repository at this point in the history
* update settings title

* fixed add contact button
  • Loading branch information
NidhiKJha authored Jun 6, 2023
1 parent 5355000 commit b64aa7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ui/pages/settings/contact-list-tab/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@
.address-book-add-button {
&__button {
position: absolute;
top: 80px;
top: 92px;
right: 16px;
width: auto;

@include screen-sm-max {
top: 8px;
top: 20px;
right: 60px;

&--hidden {
Expand Down
2 changes: 1 addition & 1 deletion ui/pages/settings/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

@include screen-sm-max {
grid-template-rows: 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
grid-template-columns: 0.5fr 2fr 0.5fr;
gap: 20px;
grid-template-areas:
'back title close'
Expand Down

0 comments on commit b64aa7f

Please sign in to comment.