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:
parent
aef1cd2450
commit
bbef49158d
@ -36,7 +36,7 @@
|
||||
color: #4eade7;
|
||||
position: absolute;
|
||||
font-size: 0.75rem;
|
||||
top: 4px;
|
||||
top: 8px;
|
||||
right: 16px;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
|
@ -34,7 +34,7 @@
|
||||
color: $dusty-gray;
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
top: 10px;
|
||||
top: -10px;
|
||||
right: 12px;
|
||||
|
||||
&::after {
|
||||
|
@ -84,6 +84,8 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
padding: 0 25px;
|
||||
}
|
||||
|
||||
&__button {
|
||||
|
@ -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%;
|
||||
|
@ -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;
|
||||
|
@ -52,8 +52,7 @@
|
||||
}
|
||||
|
||||
&__subheader--break {
|
||||
margin-right: 4px;
|
||||
padding-right: 4px;
|
||||
margin-inline-start: 4px;
|
||||
}
|
||||
|
||||
&__sub-header {
|
||||
|
@ -121,7 +121,7 @@ class SettingsPage extends PureComponent {
|
||||
} else if (initialBreadCrumbKey) {
|
||||
subheaderText = t(initialBreadCrumbKey);
|
||||
} else {
|
||||
subheaderText = t(pathnameI18nKey || 'general');
|
||||
subheaderText = t(pathnameI18nKey || 'contacts');
|
||||
}
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user