ui/ux QoL improvements

This commit is contained in:
Boof2015
2026-08-16 19:53:39 -04:00
parent 3b302d5526
commit 806c58c9cb
7 changed files with 56 additions and 4 deletions
+8 -1
View File
@@ -2284,7 +2284,7 @@ button.toolbar__version:hover {
.scope-popout__viewport:hover .scope-popout__chrome,
.scope-popout__chrome:hover,
.scope-popout__chrome:focus-within,
.scope-popout__chrome:has(:focus-visible),
.scope-popout__chrome.is-cursor-inside,
.scope-popout__chrome.is-expanded {
max-height: 58px;
@@ -2293,6 +2293,13 @@ button.toolbar__version:hover {
transform: translateY(0);
}
.scope-popout__viewport .scope-popout__chrome.is-measuring {
max-height: 0;
opacity: 0;
pointer-events: none;
transform: translateY(-8px);
}
.scope-popout__header {
display: flex;
align-items: center;