mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
2
external/lang
vendored
2
external/lang
vendored
Submodule external/lang updated: f1a4d54a55...74f2b7110d
@@ -100,6 +100,10 @@
|
|||||||
background: var(--primary-background);
|
background: var(--primary-background);
|
||||||
border-radius: 0 0 var(--border-radius) var(--border-radius);
|
border-radius: 0 0 var(--border-radius) var(--border-radius);
|
||||||
|
|
||||||
|
.markdown {
|
||||||
|
user-select: text;
|
||||||
|
}
|
||||||
|
|
||||||
.empty {
|
.empty {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
|
|||||||
@@ -338,7 +338,9 @@ export const UserProfile = observer(
|
|||||||
<Text id="app.special.popovers.user_profile.sub.information" />
|
<Text id="app.special.popovers.user_profile.sub.information" />
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<Markdown content={profile?.content} />
|
<div className={styles.markdown}>
|
||||||
|
<Markdown content={profile?.content} />
|
||||||
|
</div>
|
||||||
{/*<div className={styles.category}><Text id="app.special.popovers.user_profile.sub.connections" /></div>*/}
|
{/*<div className={styles.category}><Text id="app.special.popovers.user_profile.sub.connections" /></div>*/}
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user