More stuff on sidebar

This commit is contained in:
Gregory Schier
2023-04-09 21:52:04 -07:00
parent 4dddfc0cc5
commit a8d73f74f4
7 changed files with 204 additions and 76 deletions

View File

@@ -48,7 +48,7 @@ export function RecentRequestsDropdown() {
recentRequestItems.push({
label: request.name,
leftSlot: <CountBadge className="!mx-0" count={recentRequestItems.length + 1} />,
leftSlot: <CountBadge className="!ml-0 px-0 w-5" count={recentRequestItems.length + 1} />,
onSelect: () => {
routes.navigate('request', {
requestId: request.id,