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

Unified Diff: chrome/browser/resources/settings/clear_browsing_data_dialog/clear_browsing_data_dialog.html

Issue 2424033003: Slightly increase the size of the CBD dialog body to hint at scrolling (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/clear_browsing_data_dialog/clear_browsing_data_dialog.html
diff --git a/chrome/browser/resources/settings/clear_browsing_data_dialog/clear_browsing_data_dialog.html b/chrome/browser/resources/settings/clear_browsing_data_dialog/clear_browsing_data_dialog.html
index 4bf0b9a93a51c2ff32f7353856135298934e1646..56465f1aabe345190ae98e48c2bcfaeae2b17385 100644
--- a/chrome/browser/resources/settings/clear_browsing_data_dialog/clear_browsing_data_dialog.html
+++ b/chrome/browser/resources/settings/clear_browsing_data_dialog/clear_browsing_data_dialog.html
@@ -99,10 +99,11 @@
/* Cap the height on smaller screens to avoid unfavorable clipping.
* Replace the bottom margin with padding to avoid the gap between
* the scrollbar and the bottom separator. */
- @media all and (max-height: 714px) {
+ @media all and (max-height: 724px) {
#dialog .body {
margin-bottom: 0;
- max-height: 270px;
+ /* crbug.com/652027: Show four and a *half* items in the list. */
+ max-height: 280px;
overflow-y: scroll;
padding-bottom: 12px;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698