From 4d7aeca10fc4b5654f16c62a43653f60f24af7f4 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 1 Jan 2023 16:09:10 +0800 Subject: [PATCH] Make skeleton unpointerable --- src/components/status.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/status.css b/src/components/status.css index f7b649c2..ae65237a 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -81,6 +81,8 @@ } .status.skeleton { color: var(--outline-color); + user-select: none; + pointer-events: none; } .status.skeleton > .avatar { @@ -206,9 +208,6 @@ opacity: 1; } -.status .content { - margin-top: 2px; -} .timeline-deck .status .content { max-height: 50vh; max-height: 50dvh;