diff --git a/webv2/damus.css b/webv2/damus.css index 98ad4e1..6400b3c 100644 --- a/webv2/damus.css +++ b/webv2/damus.css @@ -181,18 +181,22 @@ html { .pfp { order: 1; - margin: 0 15px 0 0; + margin: 0 0 0 0; + } + + .pfpbox { + margin-right: 20px; } .comment { padding: 10px; + align-items: center; border-radius: 8px; background-color: rgba(255.0,255.0,255.0,0.1); } .comment p { order: 3; - margin-top: 10px; width: 100%; } } diff --git a/webv2/damus.js b/webv2/damus.js index 0e950d1..a98f9ea 100644 --- a/webv2/damus.js +++ b/webv2/damus.js @@ -419,7 +419,7 @@ function render_event(model, ev, opts={}) { ${render_name(ev.pubkey, profile)} ${delta} -
+
${reply_line_top} ${reply_line_bot} diff --git a/webv2/index.html b/webv2/index.html index 7c43517..939bb43 100644 --- a/webv2/index.html +++ b/webv2/index.html @@ -6,7 +6,7 @@ Damus Web - +