Render user description as HTML instead of plain text
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user