feat(options/shortcuts): equal height

This commit is contained in:
Elian Doran 2026-02-11 20:04:09 +02:00
parent 656f5e0a7f
commit d4052dbe37
No known key found for this signature in database

View File

@ -20,4 +20,12 @@
display: flex;
justify-content: space-between;
}
table {
width: 100%;
th {
width: 25%;
}
}
}