From 9ae4aa4ba2045577ccd4ff6a9c1e27b8f76f8ffc Mon Sep 17 00:00:00 2001 From: Vick Scarlet Date: Wed, 12 Aug 2026 23:26:11 +0800 Subject: [PATCH] update: theme-toggle-btn position --- apps/web/src/containers/Home.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/web/src/containers/Home.css b/apps/web/src/containers/Home.css index c4c8340..e06b661 100644 --- a/apps/web/src/containers/Home.css +++ b/apps/web/src/containers/Home.css @@ -16,6 +16,9 @@ } } .theme-toggle-btn { + position: fixed; + bottom: 1rem; + right: 1rem; display: flex; width: 2.5rem; height: 2.5rem;