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",
)
: cn(
"rounded-full px-3.5 py-2 text-center",
"rounded-full py-2 text-center",
riempiLarghezza ? "px-2" : "px-3.5",
selezionata
? "bg-accent text-accent-foreground shadow-pop"
: "bg-secondary text-muted-foreground",
+1
View File
@@ -188,6 +188,7 @@ function Profilo() {
<BarraSottosezioni
key={tabIniziale}
defaultId={tabIniziale}
riempiLarghezza
voci={[
{
id: "stagione",