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