[Glitch] Fix thread lines in right-to-left locales (#24714)

Port 105f8687e4 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/59/head^2
Claire 2023-04-28 13:12:35 +02:00
parent 103b6de8b2
commit cb97a92954
2 changed files with 2 additions and 3 deletions

View File

@ -381,7 +381,6 @@
background: darken($ui-base-color, 8%);
border-radius: 4px;
padding-bottom: 44px;
direction: ltr;
&.editable {
border-radius: 0;
@ -448,7 +447,6 @@
max-width: 100%;
border-radius: 4px;
box-sizing: border-box;
direction: ltr;
color: $white;
&.editable {
@ -500,6 +498,7 @@
&__controls {
position: absolute;
direction: ltr;
z-index: 2;
bottom: 0;
inset-inline-start: 0;

View File

@ -1037,7 +1037,7 @@ a.status-card.compact:hover {
.status__content,
.status__action-bar {
margin-left: 46px + 10px;
margin-inline-start: 46px + 10px;
width: calc(100% - (46px + 10px));
}
}