1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-28 16:00:33 +05:30

Fix channel padding

This commit is contained in:
Arkadiusz Fal 2022-12-18 19:43:16 +01:00
parent 39fc23c5dc
commit 467f50715c

View File

@ -90,7 +90,7 @@ struct ChannelVideosView: View {
#endif #endif
} }
} }
.padding(.bottom, descriptionExpanded ? 10 : 0) .padding(.bottom, 10)
} }
.buttonStyle(.plain) .buttonStyle(.plain)
} else { } else {