Additional UI tweaks

This commit is contained in:
Chris Anderson 2023-02-25 23:10:52 -06:00
parent a0358e3101
commit ab49fb78e5
3 changed files with 8 additions and 4 deletions

View file

@ -10,6 +10,7 @@ export const getUserEvents = async (id: number, params: SearchParams, projectId:
params,
['name'],
b => b.where('project_id', projectId)
.where('user_id', id),
.where('user_id', id)
.orderBy('id', 'desc'),
)
}

View file

@ -64,11 +64,13 @@
}
.project-switcher .switcher-value {
color: var(--color-primary);
font-size: 14px;
font-weight: 500;
}
.project-switcher .project-switcher-icon {
color: var(--color-primary);
width: 1rem;
height: 1rem;
flex-shrink: 0;

View file

@ -97,6 +97,7 @@
border-radius: var(--border-radius-inner);
font-weight: 500;
margin: 3px 0;
gap: 10px;
}
.ui-select .select-option:first-child {
@ -125,12 +126,12 @@
.ui-select .select-option.selected .option-icon {
display: block;
height: 20px;
height: 18px;
}
.ui-select .select-option.selected svg {
height: 20px;
width: 20px;
height: 15px;
width: 15px;
}
.ui-select .select-option.disabled {