fix: Align action buttons to the right in the layer control panel

This commit is contained in:
2025-06-25 16:16:17 +02:00
parent 44bc7b3e7c
commit 988a33788d

View File

@@ -541,7 +541,7 @@ export default function ProjectsMapPage() {
{/* Layer Control Panel - Right Side */} {/* Layer Control Panel - Right Side */}
<div className="absolute top-4 right-4 z-[1000] flex flex-col gap-3"> <div className="absolute top-4 right-4 z-[1000] flex flex-col gap-3">
{/* Action Buttons */} {/* Action Buttons */}
<div className="flex gap-2"> <div className="flex gap-2 justify-end">
<Link href="/projects"> <Link href="/projects">
<Button <Button
variant="outline" variant="outline"