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

Unified Diff: Source/devtools/front_end/sidebarPane.css

Issue 1177553002: DevTools: follow up to r196782 with minor UI fixed. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | Source/devtools/front_end/sources/uiList.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sidebarPane.css
diff --git a/Source/devtools/front_end/sidebarPane.css b/Source/devtools/front_end/sidebarPane.css
index 30e4b67d51161a9e46bddaa13ca1c2137e875aa0..f0b054a406da9ebc82cb9cfaf9fcf9f464091498 100644
--- a/Source/devtools/front_end/sidebarPane.css
+++ b/Source/devtools/front_end/sidebarPane.css
@@ -31,6 +31,7 @@
position: relative;
flex-direction: column;
display: flex;
+ flex: none;
}
.sidebar-pane .info {
@@ -104,7 +105,7 @@
pointer-events: auto;
}
-.sidebar-pane-title .sidebar-pane > .toolbar {
+.sidebar-pane-title > .toolbar {
position: absolute;
right: 0;
top: -3px;
@@ -133,7 +134,7 @@
position: absolute;
height: 16px;
width: 23px;
- right: 2px;
+ right: 5px;
bottom: 3px;
visibility: hidden;
}
« no previous file with comments | « no previous file | Source/devtools/front_end/sources/uiList.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698