mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
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;
|
||||
}
|
||||
|
||||
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user