fix: move sidebar toggle button from bottom-left to top-left
v1.57.16
This commit is contained in:
parent
3da2acadf1
commit
7e11b261a3
@ -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": {
|
||||
|
||||
@ -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"}`,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user