* Studio: make sidebar nav hover a fully rounded pill The single-line sidebar rows used rounded-[14px], so the hover and active highlight was a soft rounded rectangle. Switch the main nav, the recents/projects rows, and the account row to rounded-full for a fully rounded pill. The multi-line training-history rows keep rounded-[14px], since a full pill on a two-line block rounds the corners too aggressively. * Studio: drop now-redundant collapsed rounded-full on sidebar buttons With the base class now rounded-full, the group-data-[collapsible=icon]:!rounded-full override resolves to the same radius, so remove it from the two nav buttons. The avatar keeps its modifier, since its base is not rounded-full. |
||
|---|---|---|
| .. | ||
| assistant-ui | ||
| layout | ||
| markdown | ||
| tauri | ||
| ui | ||
| web | ||
| app-sidebar.tsx | ||
| example.tsx | ||
| llama-update-banner.tsx | ||
| mascot-img.tsx | ||
| navbar.tsx | ||
| section-card.tsx | ||
| shutdown-dialog.tsx | ||