Tantawi65 commited on
Commit
3b5ec37
·
1 Parent(s): 58a6470

Fix assets: copy to client/public, improve fullscreen button visibility

Browse files
client/public/Assests/card_all_or_nothing.png ADDED

Git LFS Details

  • SHA256: 0690f18de06f83335dcd3ba07d4a06bb48a4e05e924844f8159b728060ef76b2
  • Pointer size: 131 Bytes
  • Size of remote file: 321 kB
client/public/Assests/card_back.png ADDED

Git LFS Details

  • SHA256: d294014849a4e23e2054ef43a4215fe6b0c9496566a8bc1335ae22c8bcde6ef3
  • Pointer size: 130 Bytes
  • Size of remote file: 29 kB
client/public/Assests/card_criminal_mummy.png ADDED

Git LFS Details

  • SHA256: 918b9aea9a56aa39a7d3f176d1e612788a449dc05c3dbef8f06383884e646539
  • Pointer size: 131 Bytes
  • Size of remote file: 319 kB
client/public/Assests/card_flip_the_table.png ADDED

Git LFS Details

  • SHA256: 7b76b8c56a28a8df57e617c6a78f4645ae56f77a515a12f68b37fe3e5612e392
  • Pointer size: 131 Bytes
  • Size of remote file: 321 kB
client/public/Assests/card_give_and_take.png ADDED

Git LFS Details

  • SHA256: 4ef9c38b8e389f579121f3f1b85da6b707b7a0c32e97b3f2b621076175f0b36c
  • Pointer size: 131 Bytes
  • Size of remote file: 321 kB
client/public/Assests/card_king_ra_says_no.png ADDED

Git LFS Details

  • SHA256: f07792dd2d7467fa6a16cf8c2e3cef6be999429e3a7d0bf85cf4a0cddf8e5392
  • Pointer size: 131 Bytes
  • Size of remote file: 321 kB
client/public/Assests/card_me_or_you.png.png ADDED

Git LFS Details

  • SHA256: 2e17124016c04444f974f5aa4f4fa30e9cc3e179aa707b953af4b783e18520f7
  • Pointer size: 131 Bytes
  • Size of remote file: 323 kB
client/public/Assests/card_mummy.png ADDED

Git LFS Details

  • SHA256: dfb39f07dba40122e6dea960307255553bc139821c8f2240cbc38f923dcd09bb
  • Pointer size: 131 Bytes
  • Size of remote file: 321 kB
client/public/Assests/card_safe_travels.png ADDED

Git LFS Details

  • SHA256: edacf1cd263c427b268c8df85b7d27d6deeab422bcaf8ae2a43b926cea070e60
  • Pointer size: 131 Bytes
  • Size of remote file: 321 kB
client/public/Assests/card_sharp_eye.png ADDED

Git LFS Details

  • SHA256: c84d6fd20e5937515558353a8ed9a39149475f19431c4fd2832f68516a1ff0b3
  • Pointer size: 131 Bytes
  • Size of remote file: 322 kB
client/public/Assests/card_shuffle_it.png ADDED

Git LFS Details

  • SHA256: d2a49f03e994ed6cf1dd8e3c55f9c4baca7fcaac97aa19112b92545d6660e45d
  • Pointer size: 131 Bytes
  • Size of remote file: 320 kB
client/public/Assests/card_spellbound.png ADDED

Git LFS Details

  • SHA256: ded909785128761f4f5a19fab39e5b05e41db6eefe12cf169bb48b6000321267
  • Pointer size: 131 Bytes
  • Size of remote file: 321 kB
client/public/Assests/card_take_a_lap.png ADDED

Git LFS Details

  • SHA256: 8f2d1f5cddd0ad4df7b25ff1cbdb18d5b8d549f6ed465eddb3dff060b01e9e54
  • Pointer size: 131 Bytes
  • Size of remote file: 322 kB
client/public/Assests/card_this_is_on_you.png ADDED

Git LFS Details

  • SHA256: acbbfbb51df15671db46588fcc7137facef6c9a853a3bcad8b52f65e065a332f
  • Pointer size: 131 Bytes
  • Size of remote file: 323 kB
client/public/Assests/card_wait_a_sec.png ADDED

Git LFS Details

  • SHA256: 35989714a07df7046ae7e70f78f6bbc4a18e5bfe4f375721238fd501fc4c5d3f
  • Pointer size: 131 Bytes
  • Size of remote file: 321 kB
client/public/Assests/menu_background.png ADDED

Git LFS Details

  • SHA256: 93878ed4802b269056ab87816a216683ced847697076bd707a66f8ca7ea3446b
  • Pointer size: 132 Bytes
  • Size of remote file: 8.46 MB
client/public/Assests/menu_background_old.png ADDED

Git LFS Details

  • SHA256: a29c272f332937823a8a7e44a7d3282e0acd808cf3df65a970cce1b43c945b87
  • Pointer size: 132 Bytes
  • Size of remote file: 8.32 MB
client/public/Assests/ui_button.png ADDED

Git LFS Details

  • SHA256: 8788102ef3b46ddb0c467eeeb9a5d4c7d67074063832fa339dbdc8998fca2feb
  • Pointer size: 131 Bytes
  • Size of remote file: 312 kB
client/public/Assests/ui_logo.png ADDED

Git LFS Details

  • SHA256: 0672ca6041db16db0f883aab6fc63f9034f8b53d29bb8aa6b320cb73b687fbdc
  • Pointer size: 131 Bytes
  • Size of remote file: 297 kB
client/src/components/screens/GameBoard.tsx CHANGED
@@ -152,11 +152,12 @@ export function GameBoard() {
152
  backgroundPosition: 'center',
153
  }}
154
  >
155
- {/* Fullscreen button - mobile only */}
156
  {!isFullscreen && (
157
  <button
158
  onClick={requestFullscreen}
159
- className="fixed top-2 right-2 z-50 bg-black/60 text-papyrus px-2 py-1 rounded text-xs md:hidden"
 
160
  >
161
  ⛶ Fullscreen
162
  </button>
 
152
  backgroundPosition: 'center',
153
  }}
154
  >
155
+ {/* Fullscreen button - always visible on mobile until fullscreen */}
156
  {!isFullscreen && (
157
  <button
158
  onClick={requestFullscreen}
159
+ className="fixed top-2 right-2 z-[9999] bg-egyptian-gold text-black px-3 py-2 rounded-lg text-sm font-bold shadow-lg md:hidden"
160
+ style={{ display: 'block' }}
161
  >
162
  ⛶ Fullscreen
163
  </button>