mirror of
https://forge.murkfall.net/bluesaxman/librePECS.git
synced 2026-03-13 02:04:20 -06:00
Added options dialog
This commit is contained in:
14
main.css
14
main.css
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user