Skip to content

Commit

Permalink
Fixed padding
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Mora Gras <[email protected]>
  • Loading branch information
ArnyminerZ committed Nov 18, 2024
1 parent 27bf1c0 commit 911e2d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ fun WebdavMountsScreen(
verticalArrangement = Arrangement.spacedBy(12.dp),
modifier = Modifier
.fillMaxSize()
.padding(8.dp)
.padding(horizontal = 8.dp)
) {
items(mountInfos, key = { it.mount.id }, contentType = { "mount" }) {
WebdavMountsItem(
Expand Down

0 comments on commit 911e2d6

Please sign in to comment.