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:
parent
5355000202
commit
b64aa7f958
@ -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 {
|
||||||
|
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user