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:
parent
f1837eded9
commit
65a9eae142
2 changed files with 22 additions and 5 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue