One more fix for preventing callout

This commit is contained in:
Lim Chee Aun 2023-08-01 09:43:25 +08:00
parent c28bae7708
commit 48a5fc6327

View file

@ -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) {