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

Unified Diff: chrome/browser/resources/snippets_internals.css

Issue 2893933002: [NTP] Mobile friendly buttons on snippets internals. (Closed)
Patch Set: clean rebase. Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/resources/snippets_internals.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/snippets_internals.css
diff --git a/chrome/browser/resources/snippets_internals.css b/chrome/browser/resources/snippets_internals.css
index 92a97699e2e4bce327c549b249a227500e36b9c6..e84d84cc8e5c6342bb14e20347308093d9ac9742 100644
--- a/chrome/browser/resources/snippets_internals.css
+++ b/chrome/browser/resources/snippets_internals.css
@@ -78,3 +78,14 @@ td.title-link {
padding: 4px;
word-break: break-all;
}
+
+button {
+ min-height: 30px;
+}
+
+.vertical-buttons > button {
+ float: left;
+ margin-right: 5px;
+ max-width: 100px;
+ min-height: 40px;
+}
« no previous file with comments | « no previous file | chrome/browser/resources/snippets_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698