fix some issues with settings screen styling

This commit is contained in:
jacqueline
2024-04-08 15:29:57 +10:00
parent 5f1a6507d8
commit 96b62321c3
+3 -3
View File
@@ -24,7 +24,7 @@ local function SettingsScreen(title)
align_items = "flex-start",
align_content = "flex-start",
},
w = lvgl.PCT(90),
w = lvgl.PCT(100),
flex_grow = 1,
pad_left = 4,
pad_right = 4,
@@ -40,7 +40,7 @@ local BluetoothSettings = screen:new {
flex = {
flex_direction = "row",
justify_content = "flex-start",
align_items = "content",
align_items = "center",
align_content = "flex-start",
},
w = lvgl.PCT(100),
@@ -294,7 +294,7 @@ local MassStorageSettings = screen:new {
flex = {
flex_direction = "row",
justify_content = "flex-start",
align_items = "content",
align_items = "center",
align_content = "flex-start",
},
w = lvgl.PCT(100),