made some changes for testing (UI)

This commit is contained in:
2025-12-15 16:24:09 -05:00
parent a40776f55d
commit 4575f46abc
7 changed files with 59 additions and 53 deletions

View File

@@ -238,12 +238,17 @@ onBeforeUnmount(() => {
background: rgba(255, 255, 255, 0.15);
border-radius: 8px;
padding: 0.75rem;
min-width: 110px;
min-width: 140px;
max-width: 220px;
width: 100%;
text-align: center;
flex-shrink: 0;
transition: all 0.2s ease;
border: 2px solid rgba(255, 255, 255, 0.15);
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
}
/* Outline colors depending on is_good */
@@ -322,7 +327,8 @@ onBeforeUnmount(() => {
max-width: 100%;
}
.task-card {
min-width: 90px;
min-width: 100px;
max-width: 150px;
padding: 0.6rem;
}
.task-name {