Added options dialog

This commit is contained in:
2025-08-18 15:21:33 -06:00
parent 056d6fd282
commit 5de0ea7f8a
2 changed files with 36 additions and 5 deletions

View File

@@ -99,15 +99,23 @@ body {
flex: 1;
}
.close {
.options_button, .close {
display: inline-block;
background: rgba(128,128,128,0.01);
box-shadow: inset 2px 2px 2px 0 rgba(128,128,128,0.5);
background: var(--middle-accent);
box-shadow: inset 2px 2px 2px 0 var(--middle-shade);
width: 50px;
text-align: center;
cursor: pointer;
}
.options_button {
position: absolute;
height: 50px;
top: 0;
right: 0;
font-size: 32pt;
}
.focused {
left: 0vw;
backdrop-filter: blur(5px);