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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/viewContainers.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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/ViewContainers.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css b/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
index 2ce52a00f41c53fe718016920430167e3bd61445..dc2fe7e8cdce6ece1e47164283cfce61c38702f5 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
@@ -35,12 +35,13 @@
display: flex;
align-items: center;
background-color: #eee;
- height: 20px;
+ height: 26px;
padding: 0 5px;
border-top: 1px solid #dadada;
white-space: nowrap;
overflow: hidden;
position: relative;
+ border-bottom: 1px solid transparent;
}
.expandable-view-title.expanded,
@@ -78,7 +79,7 @@
.expandable-view-title > .toolbar {
position: absolute;
right: 0;
- top: -3px;
+ top: 0;
}
.sidebar-pane-container .toolbar {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/ViewContainers.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698