feat: feedback verbetering 05
This commit is contained in:
+5
-5
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user