Oneric 2024-03-02 08:12:28 +01:00
parent ed0b403c33
commit 23a3053fd0
8 changed files with 20 additions and 0 deletions

View file

@ -13,6 +13,16 @@
border-radius: 2px; border-radius: 2px;
} }
.userName {
unicode-bidi: isolate;
direction: unset;
}
.serverName {
unicode-bidi: isolate;
direction: ltr;
}
.mention-avatar { .mention-avatar {
border-radius: var(--avatarAltRadius, $fallback--avatarAltRadius); border-radius: var(--avatarAltRadius, $fallback--avatarAltRadius);
width: 1.5em; width: 1.5em;

View file

@ -1,5 +1,7 @@
.MentionsLine { .MentionsLine {
word-break: break-all; word-break: break-all;
unicode-bidi: isolate;
direction: ltr;
.mention-link:not(:first-child)::before { .mention-link:not(:first-child)::before {
content: ' '; content: ' ';

View file

@ -581,6 +581,7 @@
height: calc(var(--post-line-height) * 1em); height: calc(var(--post-line-height) * 1em);
min-height: calc(var(--post-line-height) * 1em); min-height: calc(var(--post-line-height) * 1em);
resize: none; resize: none;
unicode-bidi: plaintext;
&.scrollable-form { &.scrollable-form {
overflow-y: auto; overflow-y: auto;

View file

@ -18,6 +18,7 @@
p { p {
margin: 0 0 1em 0; margin: 0 0 1em 0;
unicode-bidi: inherit;
} }
p:last-child { p:last-child {

View file

@ -92,6 +92,7 @@
flex-shrink: 1; flex-shrink: 1;
margin-right: 0.4em; margin-right: 0.4em;
text-overflow: ellipsis; text-overflow: ellipsis;
unicode-bidi: isolate;
--_still_image-label-scale: 0.25; --_still_image-label-scale: 0.25;
--emoji-size: 14px; --emoji-size: 14px;

View file

@ -13,6 +13,7 @@
.emoji { .emoji {
--_still_image-label-scale: 0.5; --_still_image-label-scale: 0.5;
--emoji-size: 38px; --emoji-size: 38px;
unicode-bidi: isolate;
} }
.emoji:hover { .emoji:hover {
@ -52,6 +53,7 @@
word-wrap: break-word; word-wrap: break-word;
word-break: break-word; word-break: break-word;
line-height: var(--post-line-height); line-height: var(--post-line-height);
unicode-bidi: plaintext;
} }
.summary { .summary {

View file

@ -58,6 +58,7 @@
line-height: 1.3; line-height: 1.3;
padding: 1em; padding: 1em;
margin: 0; margin: 0;
unicode-bidi: plaintext;
a { a {
color: $fallback--link; color: $fallback--link;
@ -190,6 +191,7 @@
flex: 1 1 auto; flex: 1 1 auto;
margin-right: 1em; margin-right: 1em;
font-size: 1.1em; font-size: 1.1em;
unicode-bidi: isolate;
} }
.bottom-line { .bottom-line {

View file

@ -259,6 +259,7 @@
overflow: hidden; overflow: hidden;
padding: 0.5em 1.5em; padding: 0.5em 1.5em;
box-sizing: border-box; box-sizing: border-box;
unicode-bidi: plaintext;
} }
.user-profile-field-validated { .user-profile-field-validated {