fix: fixed tag suggestions
This commit is contained in:
@@ -617,6 +617,14 @@
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user