made some changes for testing (UI)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user