mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Fix mobile display (#77)
This commit is contained in:
@@ -11,7 +11,7 @@ import {
|
||||
LayerGroup,
|
||||
useMapEvent,
|
||||
} from "react-leaflet";
|
||||
import { FaChevronDown } from "react-icons/fa";
|
||||
import { FaAngleDoubleDown } from "react-icons/fa";
|
||||
import { useAtomValue, useSetAtom } from "jotai";
|
||||
|
||||
import "leaflet/dist/leaflet.css";
|
||||
@@ -265,10 +265,7 @@ export default function TournamentMap() {
|
||||
};
|
||||
|
||||
return (
|
||||
<section
|
||||
id="tournament-map"
|
||||
className="flex h-[calc(100vh-144px)] flex-col"
|
||||
>
|
||||
<section id="tournament-map" className="flex h-screen flex-col pb-[144px]">
|
||||
<div className="p-3 lg:hidden">
|
||||
<TimeControlFilters />
|
||||
</div>
|
||||
@@ -312,7 +309,7 @@ export default function TournamentMap() {
|
||||
className="p-3 text-teal-900 dark:text-white"
|
||||
onClick={onScrollToTable}
|
||||
>
|
||||
<FaChevronDown />
|
||||
<FaAngleDoubleDown />
|
||||
</button>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user