From c005745ad06e02033d3d0adc5d89170ce20f011a Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 6 Mar 2024 18:58:12 +0800 Subject: [PATCH] Fix links layout in embed modal --- src/components/status.css | 2 +- src/components/status.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/status.css b/src/components/status.css index 1b70292..93386fd 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -2167,7 +2167,7 @@ a.card:is(:hover, :focus):visited { } .links-list { - a { + li > a { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; diff --git a/src/components/status.jsx b/src/components/status.jsx index 607951c..c2421a8 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -2568,7 +2568,7 @@ function EmbedModal({ post, instance, onClose }) { {!!accountEmojis?.length && (

Account Emojis:

-