Allinea le tab del Profilo a una sola riga a larghezza uguale.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Cacciari
2026-09-09 09:17:49 +02:00
co-authored by Cursor
parent dbf60d3a7e
commit f1d61ebd6e
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -129,7 +129,8 @@ export function BarraSottosezioni({
: "text-muted-foreground", : "text-muted-foreground",
) )
: cn( : cn(
"rounded-full px-3.5 py-2 text-center", "rounded-full py-2 text-center",
riempiLarghezza ? "px-2" : "px-3.5",
selezionata selezionata
? "bg-accent text-accent-foreground shadow-pop" ? "bg-accent text-accent-foreground shadow-pop"
: "bg-secondary text-muted-foreground", : "bg-secondary text-muted-foreground",
+1
View File
@@ -188,6 +188,7 @@ function Profilo() {
<BarraSottosezioni <BarraSottosezioni
key={tabIniziale} key={tabIniziale}
defaultId={tabIniziale} defaultId={tabIniziale}
riempiLarghezza
voci={[ voci={[
{ {
id: "stagione", id: "stagione",