1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

UX Multichain: Update settings title (#19414)

* update settings title

* fixed add contact button
This commit is contained in:
Nidhi Kumari 2023-06-06 10:04:17 +05:30 committed by GitHub
parent 5355000202
commit b64aa7f958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -215,12 +215,12 @@
.address-book-add-button { .address-book-add-button {
&__button { &__button {
position: absolute; position: absolute;
top: 80px; top: 92px;
right: 16px; right: 16px;
width: auto; width: auto;
@include screen-sm-max { @include screen-sm-max {
top: 8px; top: 20px;
right: 60px; right: 60px;
&--hidden { &--hidden {

View File

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