master
Thibaut Girka 2019-07-17 21:20:55 +02:00 committed by ThibG
parent 45cee95b14
commit 4c28511e4e
3 changed files with 7 additions and 2 deletions

View File

@ -459,7 +459,9 @@
}
.status__prepend {
margin-left: 68px;
margin-top: -10px;
margin-bottom: 10px;
margin-left: 58px;
color: $dark-text-color;
padding: 8px 0;
padding-bottom: 2px;

View File

@ -117,7 +117,7 @@ body.rtl {
.status__prepend {
margin-left: 0;
margin-right: 68px;
margin-right: 58px;
}
.status__prepend-icon-wrapper {

View File

@ -208,6 +208,9 @@
.embed,
.public-layout {
.status {
padding-left: 10px;
padding-right: 68px;
.status__info .status__display-name {
padding-left: 25px;
padding-right: 0;