Fix text selection pops up when long-press filtered status

This commit is contained in:
Lim Chee Aun 2023-03-23 10:40:31 +08:00
parent e6da22a1e0
commit 9822583048

View file

@ -1100,6 +1100,12 @@ a.card:is(:hover, :focus) {
/* FILTERED */
#filtered-status-peek {
user-select: none;
-webkit-touch-callout: none;
-webkit-user-drag: none;
}
#filtered-status-peek main > p:first-child {
margin-top: 0;
}