mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
fix up /about on mobile
This commit is contained in:
parent
7cda43e502
commit
d501f003ca
@ -1,4 +1,4 @@
|
|||||||
<div class='container'>
|
<div class='container body-page'>
|
||||||
<section class='about'>
|
<section class='about'>
|
||||||
<h2>{{i18n about.title title=title}}</h2>
|
<h2>{{i18n about.title title=title}}</h2>
|
||||||
<p>{{description}}</p>
|
<p>{{description}}</p>
|
||||||
|
@ -2,6 +2,7 @@ section.about {
|
|||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-small {
|
.user-small {
|
||||||
@ -29,6 +30,7 @@ section.about {
|
|||||||
td, th {
|
td, th {
|
||||||
padding: 10px 5px 5px 5px;
|
padding: 10px 5px 5px 5px;
|
||||||
border-bottom: 1px solid lighten($primary, 70%);
|
border-bottom: 1px solid lighten($primary, 70%);
|
||||||
|
line-height: 1.0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.title {
|
td.title {
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
// FAQs
|
// FAQs, About, etc
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
.body-page {
|
.body-page {
|
||||||
margin: 20px 15px;
|
margin-top: 20px
|
||||||
|
margin-left: 15px;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
@ -154,10 +154,10 @@ en:
|
|||||||
stat:
|
stat:
|
||||||
all_time: "All Time"
|
all_time: "All Time"
|
||||||
last_7_days: "Last 7 Days"
|
last_7_days: "Last 7 Days"
|
||||||
like_count: "Like Count"
|
like_count: "Likes"
|
||||||
topic_count: "Topic Count"
|
topic_count: "Topics"
|
||||||
post_count: "Post Count"
|
post_count: "Posts"
|
||||||
user_count: "User Count"
|
user_count: "Users"
|
||||||
|
|
||||||
bookmarks:
|
bookmarks:
|
||||||
not_logged_in: "sorry, you must be logged in to bookmark posts"
|
not_logged_in: "sorry, you must be logged in to bookmark posts"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user