| Index: chrome/browser/resources/md_extensions/keyboard_shortcuts.html
|
| diff --git a/chrome/browser/resources/md_extensions/keyboard_shortcuts.html b/chrome/browser/resources/md_extensions/keyboard_shortcuts.html
|
| index 65a4644f993146d8bf1880c104be49a0577a7e89..4cdc99a6ac86e5597eb3eb0a5f15b27eede5610e 100644
|
| --- a/chrome/browser/resources/md_extensions/keyboard_shortcuts.html
|
| +++ b/chrome/browser/resources/md_extensions/keyboard_shortcuts.html
|
| @@ -15,6 +15,7 @@
|
| [hidden] {
|
| display: none !important;
|
| }
|
| +
|
| .shortcut-card {
|
| @apply(--shadow-elevation-2dp);
|
| background-color: white;
|
| @@ -23,25 +24,31 @@
|
| padding: 20px;
|
| width: 90%;
|
| }
|
| +
|
| .command-entry {
|
| align-items: flex-end;
|
| display: flex;
|
| }
|
| +
|
| .command-name {
|
| flex: 1;
|
| }
|
| +
|
| .command-entry paper-dropdown-menu {
|
| -webkit-margin-start: 40px;
|
| }
|
| +
|
| .card-title {
|
| align-items: center;
|
| display: flex;
|
| }
|
| +
|
| .icon {
|
| -webkit-margin-end: 20px;
|
| height: 24px;
|
| width: 24px;
|
| }
|
| +
|
| .card-controls {
|
| /* We line up the controls with the name, which is after the
|
| 24px icon + 20px margin on the icon. */
|
|
|