This commit is contained in:
parent
6b889666ad
commit
da32969f5a
1 changed files with 8 additions and 0 deletions
|
@ -116,6 +116,13 @@ const Profile: Component = () => {
|
|||
gap: 16px;
|
||||
}
|
||||
|
||||
.description {
|
||||
& :global(a) {
|
||||
color: inherit;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
.acct-grp {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
|
@ -310,6 +317,7 @@ const Profile: Component = () => {
|
|||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="description"
|
||||
ref={(e) =>
|
||||
createRenderEffect(() => (e.innerHTML = description() || ""))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue