refactoring

This commit is contained in:
2026-09-02 08:38:03 +02:00
parent 649ff0d7c5
commit 38f255c1a4
48 changed files with 6998 additions and 5577 deletions
+9
View File
@@ -52,6 +52,11 @@ body.cmap-mode #main {
min-width: 16px;
}
#cmap-extract-selected {
flex: 0 0 auto;
white-space: nowrap;
}
.cmap-hidden-items {
position: relative;
flex: 0 0 auto;
@@ -466,6 +471,10 @@ body.cmap-mode #main {
z-index: 100000;
display: grid;
min-width: 210px;
max-height: calc(100vh - 16px);
max-height: calc(100dvh - 16px);
overflow-y: auto;
overscroll-behavior: contain;
padding: 5px;
border: 1px solid #8c95a3;
border-radius: 6px;