Fix padding and other minor UI improvements

This commit is contained in:
Jacob Davis
2022-12-17 16:11:19 -05:00
committed by William Casarin
parent 300cae6800
commit 2c44366ca5
9 changed files with 72 additions and 42 deletions

View File

@@ -35,7 +35,6 @@ struct ThreadView: View {
}
*/
}
.padding([.leading, .trailing], 6)
.onReceive(handle_notify(.switched_timeline)) { n in
dismiss()
}