Files
Arian Tron 61f56f997c
Some checks failed
Test examples / Test Examples (20) (push) Has been cancelled
Test examples / Test Examples (22) (push) Has been cancelled
Lock Threads / action (push) Has been cancelled
Trigger Release / start (push) Has been cancelled
Stale issue handler / stale (push) Has been cancelled
Update Font Data / create-pull-request (push) Has been cancelled
build-and-deploy / deploy-target (push) Has been cancelled
build-and-deploy / build (push) Has been cancelled
build-and-deploy / stable - aarch64-unknown-linux-musl - node@16 (push) Has been cancelled
build-and-deploy / stable - x86_64-unknown-linux-musl - node@16 (push) Has been cancelled
build-and-deploy / stable - aarch64-unknown-linux-gnu - node@16 (push) Has been cancelled
build-and-deploy / stable - x86_64-unknown-linux-gnu - node@16 (push) Has been cancelled
build-and-deploy / stable - aarch64-pc-windows-msvc - node@16 (push) Has been cancelled
build-and-deploy / stable - x86_64-pc-windows-msvc - node@16 (push) Has been cancelled
build-and-deploy / stable - aarch64-apple-darwin - node@16 (push) Has been cancelled
build-and-deploy / stable - x86_64-apple-darwin - node@16 (push) Has been cancelled
build-and-deploy / build-wasm (nodejs) (push) Has been cancelled
build-and-deploy / build-wasm (web) (push) Has been cancelled
build-and-deploy / Deploy preview tarball (push) Has been cancelled
build-and-deploy / Potentially publish release (push) Has been cancelled
build-and-deploy / publish-turbopack-npm-packages (push) Has been cancelled
build-and-deploy / Deploy examples (push) Has been cancelled
build-and-deploy / thank you, build (push) Has been cancelled
build-and-deploy / Upload Turbopack Bytesize metrics to Datadog (push) Has been cancelled
Rspack Next.js development integration tests / Rspack integration tests (push) Has been cancelled
Rspack Next.js production integration tests / Rspack integration tests (push) Has been cancelled
Turbopack Next.js development integration tests / Next.js integration tests (push) Has been cancelled
Turbopack Next.js production integration tests / Next.js integration tests (push) Has been cancelled
Update Rspack test manifest / Update and upload Rspack development test manifest (push) Has been cancelled
Update Rspack test manifest / Update and upload Rspack production test manifest (push) Has been cancelled
Upload bundler test manifests to areweturboyet.com / Upload test results (push) Has been cancelled
Update React / create-pull-request (push) Has been cancelled
test-e2e-project-reset-cron / reset-test-project (push) Has been cancelled
Notify about the top 15 issues/PRs/feature requests (most reacted) in the last 90 days / run (push) Has been cancelled
first commit
2026-03-10 19:37:31 +03:30

160 lines
2.3 KiB
CSS

h2,
h3 {
margin-top: 12px;
margin-bottom: 12px;
}
code {
background-color: rgba(255, 229, 100, 0.2);
padding: 0 3px;
font-size: 0.94em;
word-break: break-word;
}
sub {
color: rgba(0, 0, 0, 0.47);
}
.header {
padding: 8px 0;
margin-bottom: 12px;
max-width: 70%;
}
.subheader {
font-size: 16px;
margin-top: 12px;
margin-bottom: 12px;
}
.layout {
position: relative;
max-width: 75%;
margin: 36px auto 0;
}
.nav {
margin: 12px auto 12px 16px;
display: flex;
align-items: center;
gap: 4px;
padding-top: 8px;
}
.nav .nav-link {
text-decoration: none;
cursor: pointer;
padding: 12px;
color: #000000;
border: 2px solid #777777;
border-bottom: none;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.nav .nav-link.active {
text-decoration: none;
cursor: pointer;
padding: 12px;
color: #fff;
background-color: #777777;
border: 2px solid #777777;
border-bottom: none;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.toggler {
margin-top: 16px;
margin-bottom: 16px;
}
.cache-option-toggler {
position: absolute;
top: 24px;
right: 0;
background-color: #2d357a;
color: #fff;
border-radius: 4px;
padding: 8px 16px 12px;
border: 1px solid black;
}
.cache-option-toggler h4 {
margin: 8px auto 16px;
font-weight: 500;
}
.cache-option-toggler select {
cursor: pointer;
padding: 4px;
}
.body {
min-height: 48vh;
border: 2px solid #777777;
padding: 12px 24px;
border-radius: 4px;
}
.form {
margin-top: 20px;
max-width: 300px;
}
.form-control {
display: flex;
flex-direction: column;
margin-bottom: 16px;
}
.form-control.checkbox {
display: flex;
flex-direction: column;
margin-bottom: 12px;
}
.form-control label {
font-weight: 500;
}
.form-control input {
margin-top: 8px;
font-size: 18px;
}
.form button[type="submit"] {
padding: 8px 12px;
font-size: 16px;
cursor: pointer;
background-color: #ff5d22;
border-radius: 4px;
border: none;
color: #fff;
}
.toggle-button {
padding: 8px 12px;
font-size: 14px;
font-weight: 500;
cursor: pointer;
background-color: #ff5d22;
color: #fff;
border-radius: 4px;
border: none;
}
.visitor-data {
margin-top: 16px;
margin-bottom: 16px;
}
.visitor-data .details {
max-height: 200px;
overflow: scroll;
}
.clear-cache-button {
cursor: pointer;
}