Fix AppScaffold content window insets.

This commit is contained in:
jeffrey-signal
2025-10-27 19:43:23 -04:00
parent 6d843a9725
commit ab781cab8a
5 changed files with 12 additions and 10 deletions

View File

@@ -31,7 +31,6 @@ fun ScreenTitlePane(
.padding(
start = if (windowSizeClass.isExtended()) 80.dp else 20.dp,
end = 20.dp,
top = 12.dp,
bottom = 12.dp
)
)