UX: Increase size of topic title tap target on mobile

This commit is contained in:
Kris 2018-10-24 20:42:58 -04:00
parent 54e025225d
commit 36e2f863ee
1 changed files with 11 additions and 2 deletions

View File

@ -144,8 +144,14 @@
max-width: 300px;
}
a.title {
color: $primary;
.main-link {
line-height: $line-height-medium;
position: relative;
z-index: z("base") + 1; // Intentionally overlapping category to create bigger tap target
a.title {
color: $primary;
padding: 0.5em 0.667em 1.2em 0;
}
}
.badge-notification,
@ -177,6 +183,9 @@
}
.topic-item-stats {
position: relative;
margin-top: 0.25em;
z-index: z("base");
.category,
.num,
.last-poster {