Skip to content

Commit 29079f5

Browse files
fix: better UI
1 parent 38fd12b commit 29079f5

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

index.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -11,6 +11,7 @@
1111
* {
1212
margin: 0;
1313
padding: 0;
14+
box-sizing: border-box;
1415
}
1516
html {
1617
font: 1rem/1.6 sans-serif;
@@ -29,7 +30,6 @@
2930
}
3031
#main {
3132
height: 100vh;
32-
width: calc(100vw - 40px);
3333
display: flex;
3434
flex-direction: column;
3535
align-items: center;
@@ -44,6 +44,8 @@
4444
display: flex;
4545
width: 100%;
4646
justify-content: space-around;
47+
gap: 16px;
48+
padding: 0 16px;
4749
}
4850
@media screen and (min-width: 1900px) {
4951
footer {
@@ -67,32 +69,31 @@ <h1>Is Puppeteer ready for WebDriver BiDi yet?<a href="#ready">*</a></h1>
6769
data-name="firefox-failing"
6870
href="https://puppeteer.github.io/ispuppeteerwebdriverbidiready/firefox-failing.json"
6971
><span id="firefox-failing"></span> failing or skipped tests</a
70-
>,
71-
Chrome (WebDriver BiDi) has
72+
>,<br />
73+
Chrome (WebDriver BiDi+) has
7274
<a
7375
class="json-link"
7476
data-name="chrome-failing"
7577
href="https://puppeteer.github.io/ispuppeteerwebdriverbidiready/chrome-failing.json"
7678
><span id="chrome-failing"></span> failing or skipped tests</a
77-
>
78-
and Chrome (WebDriver BiDi only) has
79+
><br />, Chrome (WebDriver BiDi only) has
7980
<a
8081
class="json-link"
8182
data-name="chromeBidiOnly-failing"
8283
href="https://puppeteer.github.io/ispuppeteerwebdriverbidiready/chromeBidiOnly-failing.json"
83-
><span id="chromeBidiOnly-failing"></span> failing or skipped tests</a
84-
>.
84+
><span id="chromeBidiOnly-failing"></span> failing or skipped
85+
tests</a
86+
>
8587
<p id="ready">
86-
* Includes tests deemed necessary for production-ready use of
87-
WebDriver BiDi in Puppeteer.
88+
* Tests deemed necessary for production-ready use of WebDriver BiDi
89+
in Puppeteer.<br />
8890
<a id="all">See status for all tests</a>.
8991
</p>
9092
</div>
9193
<div>
9294
<a href="https://github.com/puppeteer/ispuppeteerwebdriverbidiready"
9395
>source code</a
94-
>
95-
· last updated at <time>YYYY-MM-DD</time>
96+
><br />last updated at <time>YYYY-MM-DD</time>
9697
<div>
9798
<a id="last-12-month" href="">Last 12 months</a>
9899
</div>

0 commit comments

Comments
 (0)