Title: [201304] trunk/Source/WebInspectorUI
- Revision
- 201304
- Author
- [email protected]
- Date
- 2016-05-23 16:33:13 -0700 (Mon, 23 May 2016)
Log Message
Web Inspector: Split console navigation bar doesn't wrap as expected
https://bugs.webkit.org/show_bug.cgi?id=157950
<rdar://problem/26395573>
Reviewed by Timothy Hatcher.
* UserInterface/Views/Main.css:
(#split-content-browser > .navigation-bar .item):
Fix the split console and don't touch any other navigation bars.
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (201303 => 201304)
--- trunk/Source/WebInspectorUI/ChangeLog 2016-05-23 23:19:23 UTC (rev 201303)
+++ trunk/Source/WebInspectorUI/ChangeLog 2016-05-23 23:33:13 UTC (rev 201304)
@@ -1,3 +1,15 @@
+2016-05-23 Nikita Vasilyev <[email protected]>
+
+ Web Inspector: Split console navigation bar doesn't wrap as expected
+ https://bugs.webkit.org/show_bug.cgi?id=157950
+ <rdar://problem/26395573>
+
+ Reviewed by Timothy Hatcher.
+
+ * UserInterface/Views/Main.css:
+ (#split-content-browser > .navigation-bar .item):
+ Fix the split console and don't touch any other navigation bars.
+
2016-05-22 Brady Eidson <[email protected]>
Move to C++14.
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/Main.css (201303 => 201304)
--- trunk/Source/WebInspectorUI/UserInterface/Views/Main.css 2016-05-23 23:19:23 UTC (rev 201303)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/Main.css 2016-05-23 23:33:13 UTC (rev 201304)
@@ -160,6 +160,10 @@
background-color: var(--panel-background-color);
}
+#split-content-browser > .navigation-bar .item {
+ height: 100%;
+}
+
#split-content-browser > .navigation-bar .item:not(.flexible-space) {
cursor: default;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes