Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(318)

Unified Diff: chrome/browser/resources/md_extensions/keyboard_shortcuts.html

Issue 2392573002: [MD Extensions] Add newlines between style rules in HTML (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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. */
« no previous file with comments | « chrome/browser/resources/md_extensions/drop_overlay.html ('k') | chrome/browser/resources/md_extensions/pack_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698