Fix text selection pops up when long-press filtered status

pull/86/head
Lim Chee Aun 2023-03-23 10:40:31 +08:00
rodzic e6da22a1e0
commit 9822583048
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -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;
}