Skip to content

Commit

Permalink
Risolto problema immagini
Browse files Browse the repository at this point in the history
Quando vedo i player ora è diminuita la distanza tra le immagini
  • Loading branch information
fmanto01 committed Sep 25, 2024
1 parent ac37dcf commit ba411d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scoprimi/src/components/game/Game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const Game: React.FC = () => {
</div>

{!gameOver && (
<div className='elegant-background image-container fill scrollable'>
<div className='elegant-background fill scrollable'>
{showResults ? (
<>
<Results mostVotedPerson={mostVotedPerson} playerImages={playerImages} voteRecap={voteRecap} />
Expand Down
2 changes: 1 addition & 1 deletion Scoprimi/src/components/login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Login: React.FC<LoginProps> = ({ onButtonClick }) => {
<label className='my-label'>Username</label>
</div>
{/* Secondo blocco */}
<div className="elegant-background image-container mt-3 fill">
<div className="elegant-background mt-3 fill">
<div className="image-row">
{images.map((image, index) => (
<div key={index} className="image-column">
Expand Down

0 comments on commit ba411d8

Please sign in to comment.