Allinea le tab del Profilo a una sola riga a larghezza uguale.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -188,6 +188,7 @@ function Profilo() {
|
|||||||
<BarraSottosezioni
|
<BarraSottosezioni
|
||||||
key={tabIniziale}
|
key={tabIniziale}
|
||||||
defaultId={tabIniziale}
|
defaultId={tabIniziale}
|
||||||
|
riempiLarghezza
|
||||||
voci={[
|
voci={[
|
||||||
{
|
{
|
||||||
id: "stagione",
|
id: "stagione",
|
||||||
|
|||||||
Reference in New Issue
Block a user