Skip to content

Commit 445ad43

Browse files
save file
1 parent af8c84e commit 445ad43

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

utils/misc/global-state-diff/v2.0/global-state-diff-v2.0.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
{display:flex}
151151

152152
#info
153-
{margin-bottom:20px;display:flex;gap:20px}
153+
{margin-bottom:20px;display:grid;grid-template-columns:max-content 1fr;gap:20px}
154154

155155
#url
156156
{font-weight:bold;margin-bottom:10px}
@@ -218,10 +218,16 @@ <h3>
218218
<img class=close>
219219
</div>
220220
<div id=info>
221-
<div id=detect>
221+
<div>
222+
headers
222223
</div>
223224
<div id=hdrs>
224225
</div>
226+
<div>
227+
detect
228+
</div>
229+
<div id=detect>
230+
</div>
225231
</div>
226232
<div id=values>
227233
<div id=name>

0 commit comments

Comments
 (0)