mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-23 05:15:45 -04:00
proper fix for top page bottom buttons on mobile
This commit is contained in:
parent
a11cc46c73
commit
de1e0345df
2 changed files with 6 additions and 0 deletions
app/assets
|
@ -46,6 +46,7 @@
|
|||
{{#if top}}
|
||||
<h3>
|
||||
{{#link-to "discovery.categories"}}{{i18n topic.browse_all_categories}}{{/link-to}}, {{#link-to 'discovery.latest'}}{{i18n topic.view_latest_topics}}{{/link-to}} {{i18n or}} {{i18n filters.top.other_periods}}
|
||||
<br/>
|
||||
{{top-period-buttons period=period}}
|
||||
</h3>
|
||||
{{else}}
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
h3 .top-title-buttons button {
|
||||
margin-right: 10px;
|
||||
clear: both;
|
||||
margin-top: 5px;
|
||||
}
|
Loading…
Reference in a new issue