mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
simplify mobile category page
This commit is contained in:
parent
8781f7855e
commit
23d6fd68e5
@ -5,8 +5,6 @@
|
|||||||
<th class="main-link">
|
<th class="main-link">
|
||||||
{{category-link this allowUncategorized=true}}
|
{{category-link this allowUncategorized=true}}
|
||||||
</th>
|
</th>
|
||||||
<th class='num'>{{i18n posts}}</th>
|
|
||||||
<th class='num'>{{i18n age}}</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
{{#if description_excerpt}}
|
{{#if description_excerpt}}
|
||||||
|
@ -32,20 +32,6 @@
|
|||||||
td {
|
td {
|
||||||
padding: 7px 5px;
|
padding: 7px 5px;
|
||||||
color: scale-color($primary, $lightness: 50%);
|
color: scale-color($primary, $lightness: 50%);
|
||||||
&:first-of-type {
|
|
||||||
padding-left: 5px;
|
|
||||||
}
|
|
||||||
&:last-of-type {
|
|
||||||
padding-right: 5px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
th {
|
|
||||||
&:first-of-type {
|
|
||||||
@include border-radius-all(4px 0 0 0);
|
|
||||||
}
|
|
||||||
&:last-of-type {
|
|
||||||
@include border-radius-all(0 4px 0 0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a.title {color: $primary;}
|
a.title {color: $primary;}
|
||||||
|
Loading…
Reference in New Issue
Block a user