Allow selecting elevation level with up/down buttons

This commit is contained in:
2024-07-02 13:12:21 -07:00
parent 23673cec8e
commit 624991870d
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"] {