Wiring of search-replace popup; moved some services up one level

This commit is contained in:
2025-07-03 22:46:19 -05:00
parent 5aa6c7ca10
commit e64a18b18b
13 changed files with 457 additions and 18 deletions

View File

@@ -26,6 +26,16 @@ body {
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;