basic custom keybinds layout

This commit is contained in:
BluePotato102
2023-09-25 18:22:41 -05:00
parent 19e9024451
commit c449044f2e
3 changed files with 44 additions and 1 deletions
+12 -1
View File
@@ -208,7 +208,7 @@ body.noscript {
background-color: var(--block-color);
}
#sort {
#sort, #keybind-slot-1 {
all: unset;
margin: 0;
border: none;
@@ -220,6 +220,17 @@ body.noscript {
width: 20%;
}
.keySlot{
margin: 0;
border: none;
background-color: var(--bg);
color: var(--font-color);
font-size: 1rem;
font-family: var(--font-family);
padding: 1rem;
width: 20%;
cursor: pointer;
}
logo img {
z-index: 50;