fix: size of pieces and removed text view of the game state

This commit is contained in:
shahdlala66
2026-04-17 23:30:44 +02:00
parent c11c1d4dce
commit c60d00f9d2
5 changed files with 15 additions and 71 deletions
@@ -1,6 +1,6 @@
.board-shell {
width: min(100%, 82dvh, 760px);
max-width: calc(100dvw - 2rem);
--bottom-frame-height: clamp(18px, 4.5cqh, 40px);
width: min(98cqw, calc(98cqh - var(--bottom-frame-height)));
margin: 0 auto;
}
@@ -51,8 +51,10 @@
}
.board-bottom {
height: var(--bottom-frame-height);
width: 100%;
display: block;
object-fit: fill;
border: 2px solid #5A2C28;
border-top: 0;
border-radius: 0 0 10px 10px;