UX: Increase size of topic title tap target on mobile
This commit is contained in:
parent
54e025225d
commit
36e2f863ee
|
@ -144,8 +144,14 @@
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-link {
|
||||||
|
line-height: $line-height-medium;
|
||||||
|
position: relative;
|
||||||
|
z-index: z("base") + 1; // Intentionally overlapping category to create bigger tap target
|
||||||
a.title {
|
a.title {
|
||||||
color: $primary;
|
color: $primary;
|
||||||
|
padding: 0.5em 0.667em 1.2em 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge-notification,
|
.badge-notification,
|
||||||
|
@ -177,6 +183,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-item-stats {
|
.topic-item-stats {
|
||||||
|
position: relative;
|
||||||
|
margin-top: 0.25em;
|
||||||
|
z-index: z("base");
|
||||||
.category,
|
.category,
|
||||||
.num,
|
.num,
|
||||||
.last-poster {
|
.last-poster {
|
||||||
|
|
Loading…
Reference in New Issue