diff --git a/web/index.html b/web/index.html index d6b17a1..dc0e8a4 100644 --- a/web/index.html +++ b/web/index.html @@ -63,6 +63,9 @@ a.upub-title:hover { text-decoration: underline; } + a.hover { + text-decoration: none; + } a.hover:hover { text-decoration: underline; } diff --git a/web/src/lib.rs b/web/src/lib.rs index 8e40637..aefef58 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -182,11 +182,11 @@ pub fn ActorBanner(object: serde_json::Value) -> impl IntoView {
- + - +
{display_name}
{username}@{domain}{username}@{domain}
@@ -352,7 +352,7 @@ pub fn InlineActivity(activity: serde_json::Value) -> impl IntoView { - + {Uri::pretty(&object_id)}