mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Fix channel padding
This commit is contained in:
@@ -90,7 +90,7 @@ struct ChannelVideosView: View {
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.padding(.bottom, descriptionExpanded ? 10 : 0)
|
.padding(.bottom, 10)
|
||||||
}
|
}
|
||||||
.buttonStyle(.plain)
|
.buttonStyle(.plain)
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user