Improve shortcut actions selection box

This commit is contained in:
redphx
2024-05-25 11:41:02 +07:00
parent bf135d34d1
commit 17e02e5b32
2 changed files with 47 additions and 10 deletions

View File

@@ -142,10 +142,24 @@
flex: 1;
font-family: var(--bx-promptfont-font);
font-size: 26px;
margin-bottom: 0;
}
select {
.bx-shortcut-actions {
flex: 2;
position: relative;
select {
position: absolute;
width: 100%;
height: 100%;
display: block;
&:last-of-type {
opacity: 0;
z-index: calc(var(--bx-stream-settings-z-index) + 1);
}
}
}
}
}