[Glitch] Fix thread lines in right-to-left locales (#24714)
Port 105f8687e4
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
main
parent
103b6de8b2
commit
cb97a92954
|
@ -381,7 +381,6 @@
|
||||||
background: darken($ui-base-color, 8%);
|
background: darken($ui-base-color, 8%);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding-bottom: 44px;
|
padding-bottom: 44px;
|
||||||
direction: ltr;
|
|
||||||
|
|
||||||
&.editable {
|
&.editable {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -448,7 +447,6 @@
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
direction: ltr;
|
|
||||||
color: $white;
|
color: $white;
|
||||||
|
|
||||||
&.editable {
|
&.editable {
|
||||||
|
@ -500,6 +498,7 @@
|
||||||
|
|
||||||
&__controls {
|
&__controls {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
direction: ltr;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
inset-inline-start: 0;
|
inset-inline-start: 0;
|
||||||
|
|
|
@ -1037,7 +1037,7 @@ a.status-card.compact:hover {
|
||||||
|
|
||||||
.status__content,
|
.status__content,
|
||||||
.status__action-bar {
|
.status__action-bar {
|
||||||
margin-left: 46px + 10px;
|
margin-inline-start: 46px + 10px;
|
||||||
width: calc(100% - (46px + 10px));
|
width: calc(100% - (46px + 10px));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue