kopia lustrzana https://github.com/cheeaun/phanpy
Fix text selection pops up when long-press filtered status
rodzic
e6da22a1e0
commit
9822583048
|
@ -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;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue