Align admin link controls

This commit is contained in:
2026-07-10 12:22:53 -07:00
parent feb595af16
commit 3fe3333768
4 changed files with 20 additions and 3 deletions

View File

@@ -51,6 +51,16 @@
max-width: 500px;
}
.link-copy-action > .btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 5.5rem;
height: 2.3rem;
flex-shrink: 0;
text-align: center;
}
/* --- Game over --- */
.gameover-container {
max-width: 800px;