Wiki modal: double width, header, HTML rendering + vertical scroll

This commit is contained in:
Kato
2026-09-08 16:40:32 +00:00
parent 5e7eb4a0f5
commit 2a4ca2f141
2 changed files with 15 additions and 5 deletions
+11 -2
View File
@@ -1487,11 +1487,15 @@ body[data-lang="en"] .hide-de { display: none !important; }
.detail-value { color: #1c1e21; font-size: 14px; text-align: right; }
.user-detail-company { color: #65676b; text-align: center; }
/* ========================================
/* ========================================
WIKI MODAL ENHANCED
======================================== */
.wiki-modal { max-width: 880px; }
.wiki-modal-header {
margin-bottom: 16px;
border-bottom: 1px solid #e4e6eb;
padding-bottom: 12px;
}
.wiki-modal-topic {
display: inline-block;
padding: 4px 10px;
@@ -1522,6 +1526,11 @@ body[data-lang="en"] .hide-de { display: none !important; }
line-height: 1.6;
color: #333;
margin-bottom: 24px;
max-height: 70vh;
overflow-y: auto;
padding: 16px;
border: 1px solid #e4e6eb;
border-radius: 8px;
}
.wiki-modal-close {
background: #f0f2f5;