Favicon and minor mobile fixes

This commit is contained in:
2026-02-22 15:44:16 +01:00 Verified
parent 7d04ceb2a3
commit 61200c9c12
6 changed files with 40 additions and 9 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ export default function Dashboard() {
<div className="container mx-auto max-w-5xl px-4 space-y-12">
{/* Create Button */}
<div className="flex justify-end">
<div className="flex justify-center md:justify-end">
{isAdmin && (
<button onClick={() => { setEditTarget(null); setShowSettings(true); }} className="bg-orange-600 hover:bg-orange-500 text-white px-5 py-2.5 rounded-xl flex items-center gap-2 text-[10px] font-black uppercase tracking-wider shadow-xl shadow-orange-600/20 active:scale-95 transition">
<Plus size={16} strokeWidth={4} /> Create