1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Various UI fixes (#11512)

This commit is contained in:
ryanml 2021-07-13 19:06:12 -07:00 committed by GitHub
parent aef1cd2450
commit bbef49158d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 15 additions and 6 deletions

View File

@ -36,7 +36,7 @@
color: #4eade7;
position: absolute;
font-size: 0.75rem;
top: 4px;
top: 8px;
right: 16px;
cursor: pointer;
overflow: hidden;

View File

@ -34,7 +34,7 @@
color: $dusty-gray;
position: absolute;
cursor: pointer;
top: 10px;
top: -10px;
right: 12px;
&::after {

View File

@ -84,6 +84,8 @@
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
padding: 0 25px;
}
&__button {

View File

@ -4,13 +4,17 @@
padding-top: 36px;
flex-direction: column;
line-height: 22px;
opacity: 0.5;
img {
opacity: 0.5;
}
&__text {
color: $silver-chalice;
width: 50%;
text-align: center;
margin-top: 8px;
opacity: 0.5;
@media screen and (max-width: 575px) {
width: 60%;

View File

@ -14,6 +14,10 @@
align-items: center;
padding: 0 30px 30px;
@media screen and (max-width: $break-small) {
padding: 0 22px 22px;
}
&__select-section {
display: flex;
justify-content: space-between;

View File

@ -52,8 +52,7 @@
}
&__subheader--break {
margin-right: 4px;
padding-right: 4px;
margin-inline-start: 4px;
}
&__sub-header {

View File

@ -121,7 +121,7 @@ class SettingsPage extends PureComponent {
} else if (initialBreadCrumbKey) {
subheaderText = t(initialBreadCrumbKey);
} else {
subheaderText = t(pathnameI18nKey || 'general');
subheaderText = t(pathnameI18nKey || 'contacts');
}
return (