Update DiscordRecolor.css

This commit is contained in:
Mirco Wittrien 2020-11-21 18:49:06 +01:00
parent 558812ed43
commit fbc25280c5
1 changed files with 3 additions and 0 deletions

View File

@ -4208,6 +4208,9 @@ html .monaco-editor .monaco-editor-hover .hover-row:not(:first-child):not(:empty
html .monaco-editor .monaco-editor-hover .hover-row .actions {
background-color: var(--background-floating);
}
html .monaco-editor .monaco-editor-hover .monaco-editor-hover-content[style*="max-height"] {
max-height: 300px !important;
}
html .monaco-quick-open-widget {
background-color: var(--background-secondary) !important;