mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Various UI fixes (#11512)
This commit is contained in:
parent
aef1cd2450
commit
bbef49158d
@ -36,7 +36,7 @@
|
|||||||
color: #4eade7;
|
color: #4eade7;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
top: 4px;
|
top: 8px;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
color: $dusty-gray;
|
color: $dusty-gray;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
top: 10px;
|
top: -10px;
|
||||||
right: 12px;
|
right: 12px;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
|
@ -84,6 +84,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
width: 100%;
|
||||||
|
padding: 0 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__button {
|
&__button {
|
||||||
|
@ -4,13 +4,17 @@
|
|||||||
padding-top: 36px;
|
padding-top: 36px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
opacity: 0.5;
|
|
||||||
|
img {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
&__text {
|
&__text {
|
||||||
color: $silver-chalice;
|
color: $silver-chalice;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
opacity: 0.5;
|
||||||
|
|
||||||
@media screen and (max-width: 575px) {
|
@media screen and (max-width: 575px) {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
|
@ -14,6 +14,10 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 30px 30px;
|
padding: 0 30px 30px;
|
||||||
|
|
||||||
|
@media screen and (max-width: $break-small) {
|
||||||
|
padding: 0 22px 22px;
|
||||||
|
}
|
||||||
|
|
||||||
&__select-section {
|
&__select-section {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
@ -52,8 +52,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__subheader--break {
|
&__subheader--break {
|
||||||
margin-right: 4px;
|
margin-inline-start: 4px;
|
||||||
padding-right: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__sub-header {
|
&__sub-header {
|
||||||
|
@ -121,7 +121,7 @@ class SettingsPage extends PureComponent {
|
|||||||
} else if (initialBreadCrumbKey) {
|
} else if (initialBreadCrumbKey) {
|
||||||
subheaderText = t(initialBreadCrumbKey);
|
subheaderText = t(initialBreadCrumbKey);
|
||||||
} else {
|
} else {
|
||||||
subheaderText = t(pathnameI18nKey || 'general');
|
subheaderText = t(pathnameI18nKey || 'contacts');
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user