0
0
Fork 0

Adjust "signed in as" pages (#4720)

* 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
This commit is contained in:
Lynx Kotoura 2017-08-28 07:01:07 +09:00 committed by Eugen Rochko
parent bab9afaa09
commit 07994eed00
3 changed files with 11 additions and 1 deletions

View file

@ -359,6 +359,10 @@ code {
color: $ui-secondary-color;
font-weight: 500;
}
@media screen and (max-width: 740px) and (min-width: 441px) {
margin-top: 40px;
}
}
.qr-wrapper {