Skip to content

Commit

Permalink
A few more mobile tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 23, 2024
1 parent 6df11a3 commit 4863179
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,22 @@
table {
width: 100%;
}
.adapter {
margin-right: 0;
}
tr {
display: flex;
max-width: 100%;
flex-wrap: wrap;
justify-content: space-between;
}
tr>td {
td {
flex: 1 1 auto;
}
h2,
td {
padding: 0 3px 0 3px;
}
td[colspan]>div {
width: 100%;
}
Expand Down Expand Up @@ -215,7 +222,6 @@ <h1><img src="webgpu-notext.svg" class="logo">WebGPU Report <div class="hide-on-
font-size: 12px;
line-height: 24px;
position: relative;
transition: 0.5s;
display: block;
pointer-events: all;
}
Expand Down

0 comments on commit 4863179

Please sign in to comment.