UX: allow more mobile topic elements to be tapped (#17234)

This commit is contained in:
Kris 2022-06-24 15:55:52 -04:00 committed by GitHub
parent c672144c14
commit 305c4750df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;