mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 20:16:54 +01:00
Fix sidebar item alignment
This commit is contained in:
parent
b4aef7c414
commit
8d6d7b94cc
@ -16,7 +16,7 @@ struct SidebarItemView: View {
|
||||
var sidebarItem: SidebarItem
|
||||
|
||||
var body: some View {
|
||||
HStack {
|
||||
HStack(alignment: .top) {
|
||||
if let image = feedIconImageLoader.image {
|
||||
IconImageView(iconImage: image)
|
||||
.frame(width: 20, height: 20, alignment: .center)
|
||||
|
Loading…
x
Reference in New Issue
Block a user