We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8c84e commit 445ad43Copy full SHA for 445ad43
utils/misc/global-state-diff/v2.0/global-state-diff-v2.0.html
@@ -150,7 +150,7 @@
150
{display:flex}
151
152
#info
153
- {margin-bottom:20px;display:flex;gap:20px}
+ {margin-bottom:20px;display:grid;grid-template-columns:max-content 1fr;gap:20px}
154
155
#url
156
{font-weight:bold;margin-bottom:10px}
@@ -218,10 +218,16 @@ <h3>
218
<img class=close>
219
</div>
220
<div id=info>
221
- <div id=detect>
+ <div>
222
+ headers
223
224
<div id=hdrs>
225
226
227
+ detect
228
+ </div>
229
+ <div id=detect>
230
231
232
<div id=values>
233
<div id=name>
0 commit comments