Skip to content

Commit

Permalink
responsive design improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
josef-stips committed Aug 3, 2024
1 parent 671bad2 commit e270dad
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class GlobalOnlineGames_PopUp {
};

fetch() {
// this.list.textContent = null;
this.list.textContent = null;

return new Promise(resolve => {
socket.emit('get_curr_online_games', cb => {
Expand Down
Loading

0 comments on commit e270dad

Please sign in to comment.