* Adjust "signed in as" pages
Fix min-width
Set width of .account-header .name
To apply text-overflow and overflow settings
Set overflow for detailed-status__display-name
* Remove trailing whitespace
strong,
span {
display: block;
+ text-overflow: ellipsis;
+ overflow: hidden;
}
strong {
margin-bottom: -30px;
margin-top: 40px;
- @media screen and (max-width: 400px) {
+ @media screen and (max-width: 440px) {
width: 100%;
margin: 0;
margin-bottom: 10px;
.name {
flex: 1 1 auto;
color: $ui-secondary-color;
+ width: calc(100% - 88px);
.username {
display: block;
font-weight: 500;
+ text-overflow: ellipsis;
+ overflow: hidden;
}
}
display: block;
font-size: 32px;
line-height: 40px;
+ margin-left: 8px;
}
}
color: $ui-secondary-color;
font-weight: 500;
}
+
+ @media screen and (max-width: 740px) and (min-width: 441px) {
+ margin-top: 40px;
+ }
}
.qr-wrapper {