From 83d2243c65bf5fce5c75ef3753595d38f4d545d5 Mon Sep 17 00:00:00 2001 From: Wolfboy248 <121288977+Wolfboy248@users.noreply.github.com> Date: Sat, 13 Jul 2024 00:15:58 +0200 Subject: feat: fixes, styles, partial homepage implementation and maplist header loader (#188) --- frontend/src/components/pages/maplist.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'frontend/src/components/pages/maplist.css') diff --git a/frontend/src/components/pages/maplist.css b/frontend/src/components/pages/maplist.css index 2f279c3..b56aacc 100644 --- a/frontend/src/components/pages/maplist.css +++ b/frontend/src/components/pages/maplist.css @@ -52,7 +52,7 @@ a { .game { width: 100%; height: 192px; - background: #202232; + /* background: #202232; */ border-radius: 24px; overflow: hidden; } @@ -112,18 +112,22 @@ a { align-items: center; } -.game-nav-btn:hover, .selected { - background-color: #202232; +.game-nav-btn:hover { cursor: pointer; } +.selected { + background-color: #202232; +} + .gameview-nav { margin-top: 20px; display: flex; height: 56px; border-radius: 24px; overflow: hidden; - background-color: #202232; + gap: 0.06em; + /* background-color: #202232; */ } .maplist { -- cgit v1.2.3