Skip to content

Commit

Permalink
Keymaps: Keyboard shortcuts text is too small
Browse files Browse the repository at this point in the history
Issue ID: #7051
Fixed the sizing of the font, as well as the spacing of each column just so we can utilize the empty spaces in filling up other column's data and still look clean.

Signed-off-by: Muhammad Anas Shahid <[email protected]>
  • Loading branch information
Muhammad Anas Shahid authored and vince-fugnitto committed Feb 5, 2020
1 parent 15b2c39 commit 9eea8ae
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions packages/keymaps/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
padding: 2px 10px 5px 10px;
}

.th-label, .th-source, .th-context,
.th-label, .th-source, .th-context, .th-keybinding,
.kb-label, .kb-source, .kb-context {
padding: 2px 10px 5px 10px;
min-height: 18px;
Expand All @@ -84,12 +84,8 @@
font-size: var(--theia-ui-font-size1);
}

.kb table td {
font-size: calc(var(--theia-ui-font-size1) * 0.85);
}

.kb table td code {
font-size: calc(var(--theia-ui-font-size1) * 0.8);
font-size: 90%;
}

.td-source {
Expand Down Expand Up @@ -138,7 +134,7 @@
}

.kb table .th-context {
width: 15%;
width: 25%;
}

.message-container {
Expand Down

0 comments on commit 9eea8ae

Please sign in to comment.