1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +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 {
&__button {
position: absolute;
top: 80px;
top: 92px;
right: 16px;
width: auto;
@include screen-sm-max {
top: 8px;
top: 20px;
right: 60px;
&--hidden {

View File

@ -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'