fix: issue #16 broken diff visualisation

This commit is contained in:
2026-07-05 17:40:46 +02:00
parent d944c07838
commit ae1c8703e7
9 changed files with 590967 additions and 67293 deletions

View File

@@ -3009,6 +3009,13 @@ button svg, button svg * {
text-overflow: ellipsis;
white-space: nowrap;
}
.post-editor .tag-suggestion-section-label {
padding: 4px 12px;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.04em;
color: var(--vscode-descriptionForeground, #a6a6a6);
}
.post-editor .tag-suggestion.create-new {
border-top: 1px solid var(--vscode-widget-border, #454545);
margin-top: 4px;
@@ -6234,6 +6241,10 @@ button.import-taxonomy-pill {
border: 1px solid var(--vscode-panel-border);
border-radius: 4px;
}
.monaco-diff-editor-instance {
width: 100%;
height: 100%;
}
@layer components {
.ui-button {
display: inline-flex;