Render user description as HTML instead of plain text

This commit is contained in:
Kato
2026-09-04 18:05:01 +00:00
parent 73038f1717
commit c61cd06c2c
6 changed files with 154 additions and 1 deletions
+1
View File
@@ -106,6 +106,7 @@ a:hover { text-decoration: underline; }
.detail-row:last-child { border-bottom: none; }
.detail-label { font-weight: 600; font-size: .9rem; color: #4b5563; }
.detail-value { font-size: .9rem; color: #1f2937; text-align: right; max-width: 60%; word-break: break-word; }
.detail-value-user-desc { font-size: .9rem; color: #1f2937; text-align: left; max-width: 100%; word-break: break-word; line-height: 1.6; }
.modal-content h3 { margin-bottom: 24px; }
.close-btn { position: absolute; top: 16px; right: 20px; font-size: 24px; cursor: pointer; color: #6b7280; }
.username-display { padding: 12px 0; font-size: 1.1rem; font-weight: 700; color: var(--black); }