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

Unified Diff: third_party/WebKit/Source/devtools/front_end/emulation/devicesSettingsTab.css

Issue 1959783002: DevTools: Introduce device dependent CPU throttling rates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: third_party/WebKit/Source/devtools/front_end/emulation/devicesSettingsTab.css
diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/devicesSettingsTab.css b/third_party/WebKit/Source/devtools/front_end/emulation/devicesSettingsTab.css
index a731ee9f9666ec500466cde3dc32519589a475ab..2c4066fdffa63dd6abec9925f5a099e9418b82c0 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/devicesSettingsTab.css
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/devicesSettingsTab.css
@@ -18,6 +18,14 @@
flex: none;
}
+.devices-settings-tab .octane-score-row {
+ padding: 10px 0;
+}
+
+.devices-settings-tab .octane-score-row * {
+ margin-right: 6px;
+}
+
.devices-settings-tab .devices-button-row {
flex: none;
display: flex;

Powered by Google App Engine
This is Rietveld 408576698