mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
move "easier to tap" topic list paddings to base
This commit is contained in:
parent
dd870e8cdc
commit
ad4994ff0b
2 changed files with 21 additions and 10 deletions
|
@ -50,7 +50,7 @@
|
|||
.main-link {
|
||||
font-size: 16px;
|
||||
a.title {
|
||||
padding: 15px 0;
|
||||
padding: 15px 10px 15px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -84,6 +84,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
.num.posts {
|
||||
a {
|
||||
padding: 15px 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.num.activity {
|
||||
a {
|
||||
padding: 15px 5px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -71,15 +71,6 @@
|
|||
|
||||
.num.posts {
|
||||
font-weight: bold;
|
||||
a {
|
||||
padding: 15px 10px 15px 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.num.activity.last {
|
||||
a {
|
||||
padding: 15px 0 15px 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.age {
|
||||
|
@ -317,4 +308,12 @@ ol.category-breadcrumb {
|
|||
|
||||
button.dismiss-read {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
// base defines extra padding for easier click/top of title field
|
||||
// this is a bit too much for mobile
|
||||
td.main-link {
|
||||
a.title {
|
||||
padding: 5px 10px 5px 0;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue