chore: show download link on the status mismatch page (#928)

<img width="610" height="108" alt="image"
src="https://github.com/user-attachments/assets/bc1f7534-f282-44f0-bb58-e385b2bf82af"
/>
This commit is contained in:
Yury Semikhatsky
2025-08-22 09:10:53 -07:00
committed by GitHub
parent 94ca0763d5
commit fb65bc7559
3 changed files with 52 additions and 8 deletions

View File

@@ -192,4 +192,15 @@ body {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Link-style button */
.link-button {
background: none;
border: none;
color: #0066cc;
text-decoration: underline;
cursor: pointer;
padding: 0;
font: inherit;
}