Wiring of markdown-preview

This commit is contained in:
2025-07-04 21:59:09 -05:00
parent e64a18b18b
commit 857f0ded57
18 changed files with 195 additions and 24 deletions

View File

@@ -20,22 +20,34 @@ body {
/* CLASSES */
.markdown-preview {
top: 2em;
bottom: 2em;
right: 2em;
z-index: 900;
position: fixed;
display: inline-block;
width: 50vw;
overflow: auto;
background-color: rgba(64, 64, 64, 0.84);
}
.search-replace {
bottom: 2em;
left: 2em;
right: 2em;
z-index: 800;
display: inline-block;
position: fixed;
background-color: rgba(64, 64, 64, 0.64);
}
.info-bar {
font-size: 0.8em;
color: rgba(255, 255, 255, 0.84);
text-align: center;
}
.search-replace {
bottom: 2em;
z-index: 999;
display: inline-block;
position: fixed;
width: 100%;
background-color: rgba(64, 64, 64, 0.24);
}
.tabs {
display: flex;
overflow: auto;