1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:47:44 +00:00

LibWebView: Draw some knurling on the draggable Inspector separator

This commit is contained in:
Timothy Flynn 2023-12-04 07:28:24 -05:00 committed by Andreas Kling
parent f1837eded9
commit 65a9eae142
2 changed files with 22 additions and 5 deletions

View file

@ -230,7 +230,13 @@ void InspectorClient::load_inspector()
<div id="dom-tree" class="tab-content html"></div>
<div id="accessibility-tree" class="tab-content"></div>
</div>
<div id="inspector-separator" class="split-view-separator"></div>
<div id="inspector-separator" class="split-view-separator">
<svg viewBox="0 0 16 5" xmlns="http://www.w3.org/2000/svg">
<circle cx="2" cy="2.5" r="2" />
<circle cx="8" cy="2.5" r="2" />
<circle cx="14" cy="2.5" r="2" />
</svg>
</div>
<div id="inspector-bottom" class="split-view-container" style="height: calc(40% - 5px)">
<div class="tab-controls-container">
<div class="tab-controls">