diff --git a/CollabTableServer/src/routes/webRoutes.ts b/CollabTableServer/src/routes/webRoutes.ts index 3b58c40..6dbe9df 100644 --- a/CollabTableServer/src/routes/webRoutes.ts +++ b/CollabTableServer/src/routes/webRoutes.ts @@ -31,6 +31,18 @@ router.get('/', (req: Request, res: Response) => { color: #333; margin-bottom: 10px; } + .header-right { + display: flex; + align-items: center; + gap: 12px; + } + .refresh-info { + font-size: 12px; + color: #666; + padding: 4px 8px; + background: #f1f3f5; + border-radius: 6px; + } .stats { background: white; padding: 20px; @@ -156,7 +168,10 @@ router.get('/', (req: Request, res: Response) => {