mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
One more fix for preventing callout
This commit is contained in:
parent
c28bae7708
commit
48a5fc6327
1 changed files with 7 additions and 0 deletions
|
@ -719,6 +719,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
|||
}
|
||||
@media (pointer: coarse) {
|
||||
.status-focus {
|
||||
user-select: none;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-touch-callout: none;
|
||||
}
|
||||
|
@ -2077,6 +2078,12 @@ ul.link-list li a .icon {
|
|||
border-radius: 999px;
|
||||
}
|
||||
|
||||
/* NOTIFICATION PEEK */
|
||||
|
||||
.notification-peek .notification {
|
||||
padding-inline: 0 !important;
|
||||
}
|
||||
|
||||
/* OTHERS */
|
||||
|
||||
@media (min-width: 40em) {
|
||||
|
|
Loading…
Reference in a new issue