Fix small mistakes in RTL layout (#2182)

Borders in blockquotes in reply-indicator weren't colored properly.

avatar margin when viewing edited toots dropdown was applied to wrong side.

Conversations had padding applied to the wrong side.

Padding for notifcation cleaner checkboxes was applied to wrong side.

Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
lolsob-rspec
Plastikmensch 2023-04-25 20:33:27 +02:00 committed by GitHub
parent 10259df1be
commit c6305b9817
3 changed files with 4 additions and 4 deletions

View File

@ -738,7 +738,7 @@ body > [data-popper-placement] {
vertical-align: top;
.account__avatar {
margin-right: 5px;
margin-inline-end: 5px;
border-radius: 50%;
}
@ -1699,7 +1699,7 @@ button.icon-button.active i.fa-retweet {
&__content {
flex: 1 1 auto;
padding: 10px 5px;
padding-right: 15px;
padding-inline-end: 15px;
overflow: hidden;
&__info {

View File

@ -177,7 +177,7 @@
.status,
.notification-follow,
.notification-follow-request {
padding-right: ($dismiss-overlay-width + 0.5rem);
padding-inline-end: ($dismiss-overlay-width + 0.5rem);
}
}

View File

@ -93,7 +93,7 @@
.reply-indicator__content {
blockquote {
border-left-color: $inverted-text-color;
border-inline-start-color: $inverted-text-color;
color: $inverted-text-color;
}
}