fixed links in project list

This commit is contained in:
2025-10-20 13:38:08 +02:00
parent e9180864e0
commit ea3d1f6a74
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

@@ -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

@@ -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;