Moved PostMenu from Compact
This commit is contained in:
parent
2819504d3a
commit
ea7c858020
@ -24,6 +24,8 @@ struct CompactPostView: View {
|
|||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
VStack {
|
VStack {
|
||||||
|
notices
|
||||||
|
|
||||||
statusPost(status.reblogAsAsStatus ?? status)
|
statusPost(status.reblogAsAsStatus ?? status)
|
||||||
|
|
||||||
if !quoted && !imaging {
|
if !quoted && !imaging {
|
||||||
@ -164,7 +166,7 @@ struct CompactPostView: View {
|
|||||||
|
|
||||||
if !imaging {
|
if !imaging {
|
||||||
PostMenu(status: status)
|
PostMenu(status: status)
|
||||||
.offset(x: -10, y: 10)
|
.padding([.trailing, .top])
|
||||||
.contentShape(Rectangle())
|
.contentShape(Rectangle())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user