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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css

Issue 2207283002: DevTools: make sidebar section headers wider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/sources/sourcesPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
index 70f415e70cbf6cac3a959764f3946e13630f8b03..8ee0bd29b7f93bf0075b42b1c39fe38b72061b70 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
@@ -112,6 +112,9 @@
padding: 6px;
color: #888;
pointer-events: none;
+ display: flex;
+ align-items: center;
+ justify-content: center;
}
.callstack-info.status {
@@ -133,6 +136,7 @@
background-repeat: no-repeat;
border: 0 none transparent;
position: absolute;
+ top: 4px;
right: 3px;
display: none;
}
@@ -143,6 +147,7 @@
.watch-expressions {
overflow-x: hidden;
+ min-height: 26px;
}
.watch-expressions .dimmed {
@@ -153,7 +158,7 @@
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
- line-height: 12px;
+ line-height: 16px;
margin-left: 11px;
}

Powered by Google App Engine
This is Rietveld 408576698