mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
added fix for inline autocomplete styling
This commit is contained in:
parent
ff27c37cf5
commit
504ea78593
1 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,14 @@
|
|||
.footer-Base {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-highlighted-label span {
|
||||
background-color: transparent !important;
|
||||
line-height: normal;
|
||||
vertical-align: middle;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" data-name="vs/editor/editor.main" href="/js/monaco/min/vs/editor/editor.main.css">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue