mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 20:16:54 +01:00
Merge pull request #2639 from stuartbreckenridge/add-sheet-fixes
Add sheet fixes
This commit is contained in:
commit
8024928dc4
@ -164,8 +164,8 @@ struct AddAccountsView: View {
|
|||||||
.offset(x: 7.5, y: 0)
|
.offset(x: 7.5, y: 0)
|
||||||
|
|
||||||
Text(AddAccountSections.local.sectionFooter).foregroundColor(.gray)
|
Text(AddAccountSections.local.sectionFooter).foregroundColor(.gray)
|
||||||
.font(.caption)
|
|
||||||
.padding(.horizontal)
|
.padding(.horizontal)
|
||||||
|
.lineLimit(3)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -196,8 +196,8 @@ struct AddAccountsView: View {
|
|||||||
.disabled(isCloudInUse())
|
.disabled(isCloudInUse())
|
||||||
|
|
||||||
Text(AddAccountSections.icloud.sectionFooter).foregroundColor(.gray)
|
Text(AddAccountSections.icloud.sectionFooter).foregroundColor(.gray)
|
||||||
.font(.caption)
|
|
||||||
.padding(.horizontal)
|
.padding(.horizontal)
|
||||||
|
.lineLimit(3)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -227,8 +227,8 @@ struct AddAccountsView: View {
|
|||||||
.offset(x: 7.5, y: 0)
|
.offset(x: 7.5, y: 0)
|
||||||
|
|
||||||
Text(AddAccountSections.web.sectionFooter).foregroundColor(.gray)
|
Text(AddAccountSections.web.sectionFooter).foregroundColor(.gray)
|
||||||
.font(.caption)
|
|
||||||
.padding(.horizontal)
|
.padding(.horizontal)
|
||||||
|
.lineLimit(3)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -255,8 +255,8 @@ struct AddAccountsView: View {
|
|||||||
.offset(x: 7.5, y: 0)
|
.offset(x: 7.5, y: 0)
|
||||||
|
|
||||||
Text(AddAccountSections.selfhosted.sectionFooter).foregroundColor(.gray)
|
Text(AddAccountSections.selfhosted.sectionFooter).foregroundColor(.gray)
|
||||||
.font(.caption)
|
|
||||||
.padding(.horizontal)
|
.padding(.horizontal)
|
||||||
|
.lineLimit(3)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user