Title: [248490] trunk/Source/WebInspectorUI
Revision
248490
Author
drou...@apple.com
Date
2019-08-09 16:55:55 -0700 (Fri, 09 Aug 2019)

Log Message

Web Inspector: REGRESSION(r248480): Sources: the Pause Reason section takes the entire vertical space when there are few breakpoints/resources
https://bugs.webkit.org/show_bug.cgi?id=200597

Reviewed by Joseph Pecoraro.

* UserInterface/Views/SourcesNavigationSidebarPanel.css:
(@media (min-height: 650px) .sidebar > .panel.navigation.sources > .content > .pause-reason-container): Deleted.
Don't `flex-grow` or `flex-shrink` the Pause Reason section so it always displays its full
content. The rest of the sections can grow/shrink as needed.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (248489 => 248490)


--- trunk/Source/WebInspectorUI/ChangeLog	2019-08-09 23:52:14 UTC (rev 248489)
+++ trunk/Source/WebInspectorUI/ChangeLog	2019-08-09 23:55:55 UTC (rev 248490)
@@ -1,5 +1,17 @@
 2019-08-09  Devin Rousso  <drou...@apple.com>
 
+        Web Inspector: REGRESSION(r248480): Sources: the Pause Reason section takes the entire vertical space when there are few breakpoints/resources
+        https://bugs.webkit.org/show_bug.cgi?id=200597
+
+        Reviewed by Joseph Pecoraro.
+
+        * UserInterface/Views/SourcesNavigationSidebarPanel.css:
+        (@media (min-height: 650px) .sidebar > .panel.navigation.sources > .content > .pause-reason-container): Deleted.
+        Don't `flex-grow` or `flex-shrink` the Pause Reason section so it always displays its full
+        content. The rest of the sections can grow/shrink as needed.
+
+2019-08-09  Devin Rousso  <drou...@apple.com>
+
         REGRESSION (Safari 6): Web Inspector: JSON may not be pretty printed if served as text/html
         https://bugs.webkit.org/show_bug.cgi?id=122898
         <rdar://problem/15241419>

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css (248489 => 248490)


--- trunk/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css	2019-08-09 23:52:14 UTC (rev 248489)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css	2019-08-09 23:55:55 UTC (rev 248490)
@@ -111,11 +111,6 @@
         --details-section-header-top: 0;
     }
 
-    .sidebar > .panel.navigation.sources > .content > .pause-reason-container {
-        flex-grow: 4;
-        flex-shrink: 1;
-    }
-
     .sidebar > .panel.navigation.sources > .content > :matches(.call-stack-container, .breakpoints-container, .resources) {
         height: 100%;
         max-height: fit-content;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to