style: tweaks to shortcut panel

This commit is contained in:
Carlos Valente
2024-05-17 21:11:38 +02:00
committed by Carlos Valente
parent 6bedd7ab1d
commit dade6f6692
3 changed files with 89 additions and 80 deletions
@@ -14,23 +14,32 @@
flex: 1;
display: grid;
place-content: center;
font-size: calc(1rem - 2px);
gap: 1rem;
}
.shortcuts {
margin-top: 0.5rem;
font-size: calc(1rem - 3px);
border-collapse: separate;
border-spacing: 1rem 0;
border-spacing: 4rem 0;
tr {
td:nth-child(odd) {
text-align: left;
}
td:nth-child(even) {
text-align: right;
}
}
}
.spacer {
height: 1rem;
}
.prompt {
font-size: 1rem;
text-align: left;
margin-left: 4rem;
}
.divider {