mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-07 18:58:30 +02:00
Hide tooltip on mobile (#733)
This commit is contained in:

committed by
GitHub

parent
0f9ba57fef
commit
ff334e0888
@@ -199,6 +199,12 @@ li[ld-bookmark-item] {
|
||||
animation: 0.3s ease 0s appear;
|
||||
}
|
||||
|
||||
@media (pointer:coarse) {
|
||||
.title a[data-tooltip]::after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&.unread .title a {
|
||||
font-style: italic;
|
||||
}
|
||||
|
Reference in New Issue
Block a user