Merge pull request #1325 from Mnem42/main

Part 2
This commit is contained in:
slweeb 2025-12-21 13:31:09 -05:00 committed by GitHub
commit 71fd50a68e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 1 deletions

View File

@ -110,6 +110,7 @@ function add_css(){
}
}
#colorSelector { z-index: 1; right: 5px }
#zm_floater_container {
position: absolute;
display: grid;
@ -134,10 +135,15 @@ function add_css(){
button:where([data-pos="br"]) { border-width: 2px 0px 0px 2px };
}
#zm_floater_container:has(#zm_collapse[data-collapsed="true"]) {
height: 50px;
button:not(#zm_collapse) {
display: none
display: none;
}
}
#canvasDiv:has(#colorSelector[style *= "block"]) #zm_floater_container {
bottom: 50px;
}
.zm_corner { border: 2px solid white; }