Skip to content

Commit 59179de

Browse files
author
Daniel Herzog
committed
Reduced whitespace in the details view; New colors for header-names and boundaries.
1 parent 52b14f8 commit 59179de

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/network/network_style.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@
273273
{
274274
overflow: auto;
275275
height: 100%;
276+
padding-top: 15px;
276277
box-sizing: border-box;
277-
padding: 27px 20px 27px 0;
278278
background-color: #fff;
279279
/* using border-left instead of padding-left to keep the
280280
space for the close button when scrolling horizontally */
@@ -289,10 +289,14 @@
289289
font-weight: bold;
290290
}
291291

292-
.network_logger .header-token-type-name,
292+
.network_logger .header-token-type-name
293+
{
294+
color: #7070B4;
295+
}
296+
293297
.network_logger .http-token-type-boundary
294298
{
295-
color: #006C0E;
299+
color: #AA5544;
296300
}
297301

298302
.network_logger .network-summary
@@ -356,7 +360,7 @@
356360
.network-options h2
357361
{
358362
font-size: 125%;
359-
padding: 15px 0 10px 0;
363+
padding: 10px 0 5px 0;
360364
}
361365

362366
.network_logger .network-main-container .sortable-table .network-graph-column

0 commit comments

Comments
 (0)