diff --git a/web/index.html b/web/index.html index d20e0044..a540ce5a 100644 --- a/web/index.html +++ b/web/index.html @@ -154,6 +154,7 @@ } img.attachment { max-height: 15em; + max-width: 90%; border: 5px solid #bf616a; padding: 5px; } @@ -184,7 +185,13 @@ color: var(--background); cursor: pointer; } + .ml-1-r { + margin-left: 1em; + } @media screen and (max-width: 786px) { + .ml-1-r { + margin-left: 0; + } .hidden-on-mobile { display: none; } diff --git a/web/src/components/activity.rs b/web/src/components/activity.rs index dbcc4788..bdfc079d 100644 --- a/web/src/components/activity.rs +++ b/web/src/components/activity.rs @@ -16,22 +16,18 @@ pub fn ActivityLine(activity: serde_json::Value) -> impl IntoView { let kind = activity.activity_type().unwrap_or(apb::ActivityType::Activity); view! {
- - {username}@{domain} - - | -
- {kind.as_ref().to_string()}
-
- |
-
{kind.as_ref().to_string()}
+
+
+