mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Fix text selection pops up when long-press filtered status
This commit is contained in:
parent
e6da22a1e0
commit
9822583048
1 changed files with 6 additions and 0 deletions
|
@ -1100,6 +1100,12 @@ a.card:is(:hover, :focus) {
|
||||||
|
|
||||||
/* FILTERED */
|
/* FILTERED */
|
||||||
|
|
||||||
|
#filtered-status-peek {
|
||||||
|
user-select: none;
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-drag: none;
|
||||||
|
}
|
||||||
|
|
||||||
#filtered-status-peek main > p:first-child {
|
#filtered-status-peek main > p:first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue