bigger mobile topic list post count and date tap targets
This commit is contained in:
parent
8db0ae0210
commit
fee9f834b6
|
@ -63,7 +63,6 @@
|
||||||
.topic-item-stats {
|
.topic-item-stats {
|
||||||
.category, .num, .last-poster {
|
.category, .num, .last-poster {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 14px;
|
|
||||||
}
|
}
|
||||||
.num .fa {
|
.num .fa {
|
||||||
color: scale-color($primary, $lightness: 50%);
|
color: scale-color($primary, $lightness: 50%);
|
||||||
|
@ -72,11 +71,16 @@
|
||||||
|
|
||||||
.num.posts {
|
.num.posts {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
a {
|
||||||
|
padding: 15px 10px 15px 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.age {
|
.age {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin-left: 5px;
|
a {
|
||||||
|
padding: 15px 10px 15px 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,7 @@
|
||||||
border-radius: .1em;
|
border-radius: .1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-right { float: right; }
|
// dupe pull-left and pull-right removed from here
|
||||||
.pull-left { float: left; }
|
|
||||||
|
|
||||||
.#{$fa-css-prefix} {
|
.#{$fa-css-prefix} {
|
||||||
&.pull-left { margin-right: .3em; }
|
&.pull-left { margin-right: .3em; }
|
||||||
|
|
Loading…
Reference in New Issue