Allow selecting elevation level with up/down buttons

This commit is contained in:
2025-06-16 22:41:32 -07:00
parent fdf59d5c0d
commit d02bd161b6
3 changed files with 20 additions and 3 deletions

View File

@@ -380,7 +380,7 @@ div#content {
#edge-inputs {
position: absolute;
right: 0;
/* height: 100%; */
height: 100%;
pointer-events: none;
display: flex;
flex-direction: column;
@@ -393,6 +393,7 @@ div#content {
#content-visibility {
margin-top: 2px;
flex-grow: 2;
}
label[for="content-visibility-toggle"] {