[webkit-changes] [WebKit/WebKit] 0995cf: [GTK] Extraneous empty bar shown in detached inspe...
Adrian Perez
noreply at github.com
Mon May 6 13:00:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0995cf285c3b21244b58a017e3082e1ac92552f5
https://github.com/WebKit/WebKit/commit/0995cf285c3b21244b58a017e3082e1ac92552f5
Author: Adrian Perez de Castro <aperez at igalia.com>
Date: 2024-05-06 (Mon, 06 May 2024)
Changed paths:
M Source/WebInspectorUI/UserInterface/Views/Variables.css
Log Message:
-----------
[GTK] Extraneous empty bar shown in detached inspector windows
https://bugs.webkit.org/show_bug.cgi?id=255585
Reviewed by Carlos Garcia Campos.
The WI.undockedTitleAreaHeight() function only returns non-zero values
for Mac, but in Variables.css the --undocked-title-area-height variable
is set always to a non-zero value, the exact value depending on the
MacOS version. Add an :is(.mac-platform) match to leave the value
unchanged from zero in any non-Mac platform to keep the value in sync
with what WI.undockedTitleAreaHeight() returns.
* Source/WebInspectorUI/UserInterface/Views/Variables.css: Only change
the --undocked-title-area-height variable for Mac.
Canonical link: https://commits.webkit.org/278418@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list