change buttons layout (so it looks ok on mobile) and catch "broken pipe" in sc.DoWithRetry

This commit is contained in:
Laptop
2024-11-22 23:33:13 +02:00
parent a604174c12
commit 0e8244b3cc
4 changed files with 19 additions and 14 deletions

View File

@@ -62,6 +62,7 @@ input:focus {
cursor: pointer;
padding: 0.5rem 0.75rem;
display: block;
text-align: center;
}
.btn:hover,
@@ -135,7 +136,8 @@ details > summary:hover {
footer {
margin-top: 5rem;
gap: 1rem;
display: flex;
display: grid;
grid-template: auto / auto auto;
justify-content: center;
}
@@ -151,6 +153,7 @@ select:focus {
}
.btns {
display: flex;
display: grid;
grid-template: auto / auto auto auto;
gap: 1rem;
}