feat: feedback verbetering 05

This commit is contained in:
kodi
2026-03-15 15:30:55 +01:00
parent 61d0c8de41
commit ae6a9d8c45
13 changed files with 139 additions and 31 deletions
+5 -5
View File
@@ -100,8 +100,8 @@ body {
position: absolute;
top: calc(100% + 8px);
right: 0;
width: min(360px, calc(100vw - 24px));
padding: 12px;
width: min(540px, calc(100vw - 24px));
padding: 14px;
border: 1px solid var(--color-border);
border-radius: var(--radius-md);
background: var(--color-surface-elevated);
@@ -131,8 +131,8 @@ body {
.header-task-popover-list {
display: flex;
flex-direction: column;
gap: 8px;
max-height: 260px;
gap: 10px;
max-height: 360px;
overflow-y: auto;
}
@@ -140,7 +140,7 @@ body {
border: 1px solid var(--color-border);
border-radius: var(--radius-sm);
background: var(--color-surface);
padding: 8px 9px;
padding: 10px 12px;
}
.header-task-item-title {