Fix styling of display names in public pages

signup-info-prompt
Thibaut Girka 2018-10-31 11:01:50 +01:00 committed by ThibG
parent a78ec63afa
commit b3c1380980
1 changed files with 4 additions and 6 deletions

View File

@ -175,12 +175,6 @@
.embed,
.public-layout {
.status {
.status__info .status__display-name {
display: block;
max-width: 100%;
padding-right: 25px;
}
.status__info {
font-size: 15px;
display: initial;
@ -200,6 +194,10 @@
max-width: 100%;
padding-right: 25px;
margin: initial;
.display-name strong {
display: inline;
}
}
.status__avatar {