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;
}
.userName {
unicode-bidi: isolate;
direction: unset;
}
.serverName {
unicode-bidi: isolate;
direction: ltr;
}
.mention-avatar {
border-radius: var(--avatarAltRadius, $fallback--avatarAltRadius);
width: 1.5em;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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