fix display issues

This commit is contained in:
2025-11-06 18:20:33 +02:00
parent 29cf5925cc
commit f05401c493
6 changed files with 11 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ class AboutUS:
return ft.Container( return ft.Container(
content=ft.Row( content=ft.Row(
[ [
ft.Image(src="images/tainagustului.png", width=150), ft.Image(src="images/tainagustului.png", width=100),
ft.Column( ft.Column(
[ [
ft.Text("Despre noi", size=18, weight=ft.FontWeight.BOLD), ft.Text("Despre noi", size=18, weight=ft.FontWeight.BOLD),

View File

@@ -39,5 +39,6 @@ class CancelPolicy:
alignment=ft.MainAxisAlignment.START, alignment=ft.MainAxisAlignment.START,
scroll=ft.ScrollMode.ADAPTIVE scroll=ft.ScrollMode.ADAPTIVE
), ),
padding=10 padding=10,
expand=True
) )

View File

@@ -39,5 +39,6 @@ class ConfidentialtyPolicy:
alignment=ft.MainAxisAlignment.START, alignment=ft.MainAxisAlignment.START,
scroll=ft.ScrollMode.ADAPTIVE scroll=ft.ScrollMode.ADAPTIVE
), ),
padding=10 padding=10,
expand=True
) )

View File

@@ -39,5 +39,6 @@ class DeliveryPolicys:
alignment=ft.MainAxisAlignment.START, alignment=ft.MainAxisAlignment.START,
scroll=ft.ScrollMode.ADAPTIVE scroll=ft.ScrollMode.ADAPTIVE
), ),
padding=10 padding=10,
expand=True
) )

View File

@@ -39,5 +39,6 @@ class GDPR:
alignment=ft.MainAxisAlignment.START, alignment=ft.MainAxisAlignment.START,
scroll=ft.ScrollMode.ADAPTIVE scroll=ft.ScrollMode.ADAPTIVE
), ),
padding=10 padding=10,
expand=True
) )

View File

@@ -39,5 +39,6 @@ class TermsAndConditions:
alignment=ft.MainAxisAlignment.START, alignment=ft.MainAxisAlignment.START,
scroll=ft.ScrollMode.ADAPTIVE scroll=ft.ScrollMode.ADAPTIVE
), ),
padding=10 padding=10,
expand=True
) )