Reduce help screen dom size

This commit is contained in:
djmaze 2021-08-10 12:23:29 +02:00
parent 6a903bc9b2
commit 6807da145e
2 changed files with 10 additions and 8 deletions

View file

@ -1,7 +1,9 @@
.rl-view-model {
.b-shortcuts-content {
&.modal {
max-width: 700px;
}
.b-shortcuts-content {
&.modal {
max-width: 700px;
}
td[class^="icon-"] {
display: table-cell;
}
}