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

Unified Diff: chrome/browser/resources/md_history/shared_style.html

Issue 2571923003: MD History: Tweak CSS for menu buttons (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « chrome/browser/resources/md_history/lazy_load.vulcanized.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/shared_style.html
diff --git a/chrome/browser/resources/md_history/shared_style.html b/chrome/browser/resources/md_history/shared_style.html
index fc00d7f538ee837d25a10c169e93d8312a351ad5..0f6a388185c6281023d6cebb7abc477c79d61ed8 100644
--- a/chrome/browser/resources/md_history/shared_style.html
+++ b/chrome/browser/resources/md_history/shared_style.html
@@ -72,14 +72,14 @@
button.more-vert-button {
height: 36px;
- padding: 6px;
+ padding: 8px;
width: 36px;
}
button.more-vert-button div {
border: 2px solid var(--secondary-text-color);
border-radius: 2px;
- margin: 1px 10px;
+ margin: 1px 8px;
pointer-events: none;
transform: scale(0.8);
}
« no previous file with comments | « chrome/browser/resources/md_history/lazy_load.vulcanized.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698