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>
local
Plastikmensch 1 year ago committed by GitHub
parent aea7866161
commit 678480d4d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/javascript/flavours/glitch/styles/components/misc.scss
  2. 2
      app/javascript/flavours/glitch/styles/components/status.scss
  3. 2
      app/javascript/flavours/glitch/styles/rich_text.scss

@ -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 {

@ -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);
}
}

@ -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;
}
}

Loading…
Cancel
Save