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:
mARTin 2026-03-08 00:30:02 +01:00
parent 08ac46bb6b
commit 031837cbb2
3 changed files with 6 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "my-weekly-todo-list", "name": "my-weekly-todo-list",
"version": "1.15.5", "version": "1.15.6",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "my-weekly-todo-list", "name": "my-weekly-todo-list",
"version": "1.15.5", "version": "1.15.6",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@auth/prisma-adapter": "^2.11.1", "@auth/prisma-adapter": "^2.11.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "my-weekly-todo-list", "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", "description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -3310,6 +3310,9 @@ h3 {
bottom: 100%; bottom: 100%;
top: auto; top: auto;
margin-bottom: 4px; margin-bottom: 4px;
flex-wrap: wrap;
max-width: 180px;
justify-content: flex-start;
} }
/* Larger tap targets for action buttons */ /* Larger tap targets for action buttons */
.task-action-btn { .task-action-btn {