WIP lsp-manager effort

This commit is contained in:
2025-07-05 15:21:08 -05:00
parent 23d9bb24f2
commit 7b4529e8f3
14 changed files with 178 additions and 179 deletions

View File

@@ -6,28 +6,40 @@
/* CLASSES */
.markdown-preview {
top: 2em;
bottom: 2em;
right: 2em;
z-index: 900;
position: fixed;
.search-replace,
.markdown-preview,
.lsp-manager {
display: inline-block;
width: 50vw;
overflow: auto;
position: fixed;
background-color: rgba(64, 64, 64, 0.84);
overflow: auto;
}
.search-replace {
bottom: 2em;
left: 2em;
right: 2em;
z-index: 800;
display: inline-block;
position: fixed;
background-color: rgba(64, 64, 64, 0.64);
z-index: 900;
}
.markdown-preview {
top: 2em;
bottom: 2em;
right: 2em;
z-index: 700;
width: 50vw;
overflow: auto;
}
.lsp-manager {
top: 2em;
bottom: 2em;
left: 2em;
right: 2em;
z-index: 800;
}
.info-bar {
font-size: 0.8em;
color: rgba(255, 255, 255, 0.84);