Merge branch 'main' into dev

This commit is contained in:
2025-10-20 13:38:32 +02:00
6 changed files with 35 additions and 10 deletions

View File

@@ -123,6 +123,10 @@ td, tr{
border-radius: 5px;
}
.project.list td:not(.actions){
cursor: pointer;
}
.project:not(.list) .name,
.task .name{
font-size: 32px;

View File

@@ -201,6 +201,10 @@ td, tr{
border-radius: 5px;
}
.project.list td:not(.actions){
cursor: pointer;
}
.project:not(.list) .name,
.task .name{
font-size: 32px;

View File

@@ -123,6 +123,10 @@ td, tr{
border-radius: 5px;
}
.project.list td:not(.actions){
cursor: pointer;
}
.project:not(.list) .name,
.task .name{
font-size: 32px;