fix: wrap mobile task toolbar into two rows to prevent overflow
v1.15.6 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
08ac46bb6b
commit
031837cbb2
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "my-weekly-todo-list",
|
||||
"version": "1.15.5",
|
||||
"version": "1.15.6",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "my-weekly-todo-list",
|
||||
"version": "1.15.5",
|
||||
"version": "1.15.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@auth/prisma-adapter": "^2.11.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "my-weekly-todo-list",
|
||||
"version": "1.15.5",
|
||||
"version": "1.15.6",
|
||||
"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": {
|
||||
|
||||
@ -3310,6 +3310,9 @@ h3 {
|
||||
bottom: 100%;
|
||||
top: auto;
|
||||
margin-bottom: 4px;
|
||||
flex-wrap: wrap;
|
||||
max-width: 180px;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
/* Larger tap targets for action buttons */
|
||||
.task-action-btn {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user