show global score on desktop, hide only on mobile
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>main
parent
0bc4d4cf08
commit
e474e4d59b
|
|
@ -643,9 +643,6 @@
|
|||
gap: 14px;
|
||||
}
|
||||
|
||||
.rightPanel {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.gameTitle {
|
||||
font-size: clamp(23px, 8.8vw, 40px);
|
||||
|
|
@ -700,6 +697,7 @@
|
|||
|
||||
@media (max-width: 480px) {
|
||||
.centerPanel,
|
||||
.rightPanel,
|
||||
.floor,
|
||||
.scanlines,
|
||||
.corner {
|
||||
|
|
|
|||
Loading…
Reference in New Issue