mirror of
https://github.com/fiatjaf/nak.git
synced 2025-09-01 14:20:46 -04:00
entry layout: limit width.
This commit is contained in:
@@ -221,8 +221,9 @@ object Components {
|
||||
value: String
|
||||
): Resource[IO, HtmlDivElement[IO]] =
|
||||
div(
|
||||
cls := "flex items-center space-x-3",
|
||||
span(cls := "font-bold", key + " "),
|
||||
span(Styles.mono, value)
|
||||
span(Styles.mono, cls := "max-w-xl", value)
|
||||
)
|
||||
|
||||
private def nip19_21(
|
||||
|
Reference in New Issue
Block a user