Increase the max size of the keyboard shortcuts screen (close #8021)

This commit is contained in:
Quincy Morgan
2020-09-24 10:42:21 -04:00
parent 7a3f3732dd
commit cb223fed69

View File

@@ -4826,11 +4826,11 @@ img.tile-debug {
------------------------------------------------------- */
.modal-shortcuts {
width: 90%;
max-width: 950px;
max-width: 1050px;
}
.modal-shortcuts .modal-section:last-child {
padding-top: 10px;
padding: 10px 15px 20px 15px;
min-height: 275px;
}