Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions devtools/test_dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<header>
<img src="http://images.plot.ly/logo/[email protected]" onClick="Tabs.reload();" />
<span id="reload-time"></span>

<input id="mocks-search" type="text" placeholder="mocks search" />
<div></div> <!-- spacer -->
<input id="css-transform" type="text" placeholder="css transform" />
<input id="mocks-search" type="text" placeholder="mocks search" />
</header>

<section id="mocks-list"></section>
Expand Down
5 changes: 4 additions & 1 deletion devtools/test_dashboard/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ html, body{
}
header{
position: fixed;
display: grid;
grid-template-columns: auto auto 1fr auto auto;
align-items: center;
gap: 0.5em;
top: 0;
height: 40px;
width: 100%;
Expand All @@ -19,7 +23,6 @@ header img{
vertical-align: top;
}
header input{
float: right;
background-color: none;
border: none;
border-bottom: 1px solid #ddd;
Expand Down