fix: move sidebar toggle button from bottom-left to top-left

v1.57.16
This commit is contained in:
mARTin 2026-03-23 10:29:38 +01:00
parent 3da2acadf1
commit 7e11b261a3
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "my-weekly-todo-list",
"version": "1.57.15",
"version": "1.57.16",
"description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view",
"main": "index.js",
"scripts": {

View File

@ -5931,7 +5931,7 @@ export default function WeeklyView() {
style={{
position: "fixed",
left: "8px",
bottom: "8px",
top: "8px",
zIndex: 999,
background: darkMode ? "#1f2937" : "#f3f4f6",
border: `1px solid ${darkMode ? "#374151" : "#e5e7eb"}`,