From ee5e24aeab344b0aae4bd9d43e23962624b0b221 Mon Sep 17 00:00:00 2001 From: Jimmy Nguyen Date: Wed, 24 Apr 2024 19:48:55 -0500 Subject: [PATCH 1/2] styling --- html/index.html | 10 +++++----- html/style_lobby.css | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/html/index.html b/html/index.html index e393118..9c3981a 100644 --- a/html/index.html +++ b/html/index.html @@ -47,11 +47,6 @@

The Word Search Game

- -
-

Timer: 30 seconds

-
-

Leaderboard

@@ -69,6 +64,11 @@

Leaderboard

+ +
+

Timer: 30 seconds

+
+
diff --git a/html/style_lobby.css b/html/style_lobby.css index 4328a17..29ed348 100644 --- a/html/style_lobby.css +++ b/html/style_lobby.css @@ -127,7 +127,7 @@ select { /* Add styles for the leaderboard section */ #leaderboardContainer { - flex-basis: 40%; + flex-basis: 50%; padding: 20px; background: white; border: 1px solid black; From 37e76dd0700152135eb6bbcd25f1e552bcdf7f5c Mon Sep 17 00:00:00 2001 From: Jimmy Nguyen Date: Wed, 24 Apr 2024 19:50:11 -0500 Subject: [PATCH 2/2] leaderboard x --- html/style_lobby.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/style_lobby.css b/html/style_lobby.css index 29ed348..2ba7062 100644 --- a/html/style_lobby.css +++ b/html/style_lobby.css @@ -132,7 +132,7 @@ select { background: white; border: 1px solid black; overflow-y: scroll; - overflow-x: hidden; + overflow-x: auto; } #leaderboardTable { width: 100%;