LoginView: prevent explainer-text cutoff on login with npub
Changelog-Fixed: Fix text cutoff on login with npub Closes: #1264
This commit is contained in:
committed by
William Casarin
parent
0ee360f2fa
commit
60a892d73b
@@ -83,6 +83,7 @@ struct LoginView: View {
|
|||||||
Text("This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective.", comment: "Warning that the inputted account key is a public key and the result of what happens because of it.")
|
Text("This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective.", comment: "Warning that the inputted account key is a public key and the result of what happens because of it.")
|
||||||
.foregroundColor(Color.orange)
|
.foregroundColor(Color.orange)
|
||||||
.bold()
|
.bold()
|
||||||
|
.fixedSize(horizontal: false, vertical: true)
|
||||||
}
|
}
|
||||||
|
|
||||||
if let p = parsed {
|
if let p = parsed {
|
||||||
|
|||||||
Reference in New Issue
Block a user