UX: allow more mobile topic elements to be tapped (#17234)
This commit is contained in:
parent
c672144c14
commit
305c4750df
|
@ -161,8 +161,11 @@
|
|||
}
|
||||
|
||||
.topic-item-stats {
|
||||
// disabling clicks because these targets are too small on mobile
|
||||
pointer-events: none;
|
||||
.category,
|
||||
.discourse-tags {
|
||||
// disabling clicks because these targets are too small on mobile
|
||||
pointer-events: none;
|
||||
}
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
|
|
Loading…
Reference in New Issue