Skip to content

Commit

Permalink
Make keyboard shortcut modal responsive on small displays
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Apr 12, 2019
1 parent dda8106 commit 0c29054
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -4607,11 +4607,11 @@ img.tile-debug {
.modal-shortcuts .shortcut-tab {
display: flex;
flex-flow: row wrap;
justify-content: center;
}

.modal-shortcuts .shortcut-column {
flex: 1 1 50%;
width: 50%;
width: auto;
}

.modal-shortcuts .shortcut-tab-tools .shortcut-column {
Expand All @@ -4631,6 +4631,7 @@ img.tile-debug {
padding: 0 10px;
color: #767676;
text-align: right;
white-space: nowrap;
}
[dir='rtl'] .modal-shortcuts .shortcut-keys {
text-align: left;
Expand Down

0 comments on commit 0c29054

Please sign in to comment.