mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
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 {
|
.topic-item-stats {
|
||||||
// disabling clicks because these targets are too small on mobile
|
.category,
|
||||||
pointer-events: none;
|
.discourse-tags {
|
||||||
|
// disabling clicks because these targets are too small on mobile
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
|
Loading…
Reference in New Issue
Block a user