diff --git a/less/categories.less b/less/categories.less
index 7b73232..30f7d15 100644
--- a/less/categories.less
+++ b/less/categories.less
@@ -4,11 +4,20 @@
> li {
- margin-bottom: 20px;
+ padding-top: 10px;
+ padding-bottom: 10px;
+
+ @media (max-width: @screen-xs-max) {
+ border-top: 1px solid #eee;
+ &:last-child {
+ border-bottom: 1px solid #eee;
+ };
+ }
+
min-height: 53px;
.content {
- margin-top: 7px;
+ padding-right: 0px;
.icon {
font-size: 17px;
@@ -31,7 +40,7 @@
}
h2 {
- font-size: 20px;
+ font-size: 18px;
line-height: 22px;
margin: 0;
margin-left: 62px;
@@ -62,6 +71,10 @@
}
}
+ .mobile-stat {
+ padding-left: 0px;
+ }
+
.card {
border-left: 4px solid #ccc;
text-align: left;
@@ -75,14 +88,14 @@
img {
border-radius: 50%;
- width: 30px;
- height: 30px;
+ width: 24px;
+ height: 24px;
}
p {
font-size: 12px;
margin: 0;
-
+ line-height: 14px;
.emoji {
max-width: 12px;
max-height: 12px;
diff --git a/less/category.less b/less/category.less
index d5c003b..61b5668 100644
--- a/less/category.less
+++ b/less/category.less
@@ -1,4 +1,9 @@
.category {
+
+ .topic-list {
+ margin-top: 10px;
+ }
+
> ul {
> li {
list-style: none;
@@ -88,8 +93,6 @@
font-weight: bold;
}
}
-
-
}
.category, .categories, .subcategory {
diff --git a/less/topic.less b/less/topic.less
index ce04f0d..22996f7 100644
--- a/less/topic.less
+++ b/less/topic.less
@@ -59,9 +59,7 @@
}
.votes {
- position: absolute;
- top: 1px;
- right: 25px;
+ padding-right: 10px;
}
.bookmarked {
@@ -69,7 +67,7 @@
top: 1px;
padding-top: 3px;
border-radius: 4px;
- right: 72px;
+ right: 0px;
font-size: 10px;
padding-bottom: 4px;
background: darken(@brand-info, 20%);
@@ -86,13 +84,8 @@
}
.stats {
- width: 60px;
+ margin: 0px 10px 0px 10px;
float: left;
- margin-top: -5px;
- }
-
- .topic-main-buttons a.btn {
- margin-left: 20px;
}
.title {
@@ -123,19 +116,14 @@
.post-tools {
text-transform: lowercase;
- a::before {
- content: "\2022\0020";
- }
a {
+ padding-right: 10px;
.pointer;
}
}
.moderator-tools {
- position: absolute;
- right: -5px;
- top: 0;
font-size: 14px;
> a {
diff --git a/package.json b/package.json
index 99c1140..08f5ba7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nodebb-theme-persona",
- "version": "3.0.38",
+ "version": "3.0.45",
"nbbpm": {
"compatibility": "^0.8.2"
},
diff --git a/templates/category.tpl b/templates/category.tpl
index c861836..9c103c7 100644
--- a/templates/category.tpl
+++ b/templates/category.tpl
@@ -2,7 +2,7 @@
-
+
@@ -20,9 +20,9 @@
-
+
- {name}
+ {name}
diff --git a/templates/partials/categories/lastpost.tpl b/templates/partials/categories/lastpost.tpl
index 56b3ce8..ee318ac 100644
--- a/templates/partials/categories/lastpost.tpl
+++ b/templates/partials/categories/lastpost.tpl
@@ -3,7 +3,7 @@
- {../user.username}
+
diff --git a/templates/partials/post_bar.tpl b/templates/partials/post_bar.tpl
index 6f7df54..ade430d 100644
--- a/templates/partials/post_bar.tpl
+++ b/templates/partials/post_bar.tpl
@@ -1,11 +1,11 @@
-
+
@@ -14,8 +14,6 @@
-
-
diff --git a/templates/partials/topic/post-menu.tpl b/templates/partials/topic/post-menu.tpl
index 03e5db1..890623b 100644
--- a/templates/partials/topic/post-menu.tpl
+++ b/templates/partials/topic/post-menu.tpl
@@ -1,4 +1,4 @@
-
+
diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl
index 1345f3f..5ffdae4 100644
--- a/templates/partials/topic/post.tpl
+++ b/templates/partials/topic/post.tpl
@@ -20,17 +20,18 @@
-
- [[global:posted_ago,
]]
+
+
+
-
- [[topic:reply]]
- [[topic:quote]]
-
- @{posts.parent.username}
-
-
+
[[global:last_edited_by_ago, {posts.editor.username} , ]]
+
+
+
+
@{posts.parent.username}
+
+
|
@@ -41,7 +42,29 @@
-
+
+
+
+
+
+
+
+ {posts.content}
+
+
+
+
-
-
-
- {posts.content}
-
-
-
{posts.user.signature}
-
-
-
diff --git a/templates/partials/topic/sort.tpl b/templates/partials/topic/sort.tpl
index 97b27e9..5b44d32 100644
--- a/templates/partials/topic/sort.tpl
+++ b/templates/partials/topic/sort.tpl
@@ -1,4 +1,4 @@
-
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/templates/partials/topic/watch.tpl b/templates/partials/topic/watch.tpl
index 63a5712..d7b068c 100644
--- a/templates/partials/topic/watch.tpl
+++ b/templates/partials/topic/watch.tpl
@@ -1,7 +1,9 @@
+
[[topic:watch]]
[[topic:unwatch]]
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/templates/partials/topics_list.tpl b/templates/partials/topics_list.tpl
index 3f32852..4383bd1 100644
--- a/templates/partials/topics_list.tpl
+++ b/templates/partials/topics_list.tpl
@@ -1,10 +1,10 @@
-
+
>
-
+
@@ -41,39 +41,49 @@
-
+
{topics.tags.value}
•
- [[global:posted_ago, ]]
-
- {topics.postcount} •
-
+
+
+
+
+
+
+
+
+
+
{topics.postcount}
[[global:posts]]
+
{topics.viewcount}
[[global:views]]
+
-
+
[[category:no_replies]]
-
- {topics.teaser.user.username}
+
+
-
+
diff --git a/templates/recent.tpl b/templates/recent.tpl
index 9452275..b5a82be 100644
--- a/templates/recent.tpl
+++ b/templates/recent.tpl
@@ -13,7 +13,7 @@
-
+
diff --git a/templates/register.tpl b/templates/register.tpl
index d77306c..9524f05 100644
--- a/templates/register.tpl
+++ b/templates/register.tpl
@@ -8,7 +8,7 @@
[[error:registration-error]]
{error}
-