mirror of
https://github.com/yattee/yattee.git
synced 2025-04-25 08:06:31 +00:00
Fix channel padding
This commit is contained in:
parent
39fc23c5dc
commit
467f50715c
@ -90,7 +90,7 @@ struct ChannelVideosView: View {
|
||||
#endif
|
||||
}
|
||||
}
|
||||
.padding(.bottom, descriptionExpanded ? 10 : 0)
|
||||
.padding(.bottom, 10)
|
||||
}
|
||||
.buttonStyle(.plain)
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user