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