diff --git a/less/categories.less b/less/categories.less
index 53c005b..db0d50f 100644
--- a/less/categories.less
+++ b/less/categories.less
@@ -17,8 +17,6 @@
min-height: 53px;
.content {
- padding-right: 0px;
-
.icon {
font-size: 17px;
line-height: 17px;
@@ -36,6 +34,8 @@
}
h2 {
+ display: block;
+ word-wrap: break-word;
font-size: 18px;
line-height: 22px;
margin: 0;
@@ -74,6 +74,8 @@
margin-top: 2px;
overflow: hidden;
height: 53px;
+ font-size: 12px;
+ line-height: 14px;
> * {
padding-left: 20px;
@@ -86,9 +88,7 @@
}
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 3271adb..0bb8a98 100644
--- a/less/category.less
+++ b/less/category.less
@@ -41,10 +41,15 @@
font-size: 15px;
opacity: 0;
top: 0px;
+ left: 0px;
&:before {
.pointer;
}
+
+ @media (max-width: @screen-sm-max) {
+ padding: 7px;
+ }
}
.user-img, .user-icon {
@@ -59,7 +64,7 @@
}
&.selected {
- .user-img, .user-icon {
+ .select .user-img, .select .user-icon {
opacity: 0;
}
@@ -106,7 +111,7 @@
color: @gray-light;
}
- h2.title p {
+ h2.title .description {
font-size: 65%;
font-weight: normal;
line-height: 1;
diff --git a/less/mobile.less b/less/mobile.less
index 317ea77..1c13011 100644
--- a/less/mobile.less
+++ b/less/mobile.less
@@ -50,22 +50,6 @@
width: auto;
padding: 0;
- &.unread {
- background-color: inherit;
-
- a:after {
- content: "new";
- text-transform: uppercase;
- color: #FFF;
- margin-left: 5px;
- font-size: 10px;
- background: #C91106;
- border: 1px solid #890405;
- padding: 2px 3px;
- border-radius: 5px;
- }
- }
-
a {
color: white;
@@ -77,6 +61,24 @@
}
}
+ .menu-section .chat-list, .menu-section .notification-list-mobile {
+ .unread {
+ background-color: inherit;
+
+ a:after {
+ content: "new";
+ text-transform: uppercase;
+ color: #FFF;
+ margin-left: 5px;
+ font-size: 10px;
+ background: #C91106;
+ border: 1px solid #890405;
+ padding: 2px 3px;
+ border-radius: 5px;
+ }
+ }
+ }
+
.counter {
font-style: normal;
diff --git a/less/topic.less b/less/topic.less
index 3dffa73..9a08b35 100644
--- a/less/topic.less
+++ b/less/topic.less
@@ -4,6 +4,8 @@
margin-bottom: 30px;
.topic-title {
+ display: block;
+ word-wrap: break-word;
font-size: 28px;
color:inherit;
line-height: 32px;
@@ -54,19 +56,12 @@
}
}
- .votes {
- padding-right: 10px;
- }
-
.bookmarked {
position: absolute;
top: 1px;
- padding-top: 3px;
- border-radius: 4px;
right: 0px;
- font-size: 10px;
- padding-bottom: 4px;
- background: darken(@brand-info, 20%);
+ font-size: 16px;
+ color: darken(@brand-info, 20%);
opacity: 0;
.transition(0.75s ease-in-out opacity);
}
@@ -120,6 +115,7 @@
}
.moderator-tools {
+ margin-left: 10px;
font-size: 14px;
> a {
@@ -250,27 +246,15 @@
}
> blockquote {
- > *:not(:first-child) {
- display: none;
- }
-
> blockquote {
- display: block!important;
- > *:not(:first-child) {
+ > *:not(.blockquote) {
display: none;
}
}
- }
- > blockquote.uncollapsed {
- > *:not(:first-child) {
- display: block;
- }
-
- > blockquote {
- display: block!important;
- > *:not(:first-child) {
- display: block;
+ > blockquote.uncollapsed {
+ > *:not(.blockquote) {
+ display: block;
}
}
}
diff --git a/modules/taskbar.less b/modules/taskbar.less
index bebaa4e..1fa4479 100644
--- a/modules/taskbar.less
+++ b/modules/taskbar.less
@@ -4,6 +4,8 @@
display: none;
z-index: 10001;
+ left: auto;
+
margin-top: 0;
.transition(.15s ease-in opacity);
diff --git a/package.json b/package.json
index 08f5ba7..1cbf86b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nodebb-theme-persona",
- "version": "3.0.45",
+ "version": "3.0.56",
"nbbpm": {
"compatibility": "^0.8.2"
},
diff --git a/templates/account/edit.tpl b/templates/account/edit.tpl
index 19f6445..7ea1a2f 100644
--- a/templates/account/edit.tpl
+++ b/templates/account/edit.tpl
@@ -14,20 +14,31 @@
- [[user:change_picture]]
+ [[user:change_picture]]
-
-
- [[user:delete_account]]
-
-
+
+
+ [[user:change_username]]
+
+
+ [[user:change_email]]
+
+ [[user:change_password]]
+
- [[user:confirm_email]]
+ [[user:confirm_email]]
+
+
+
+ [[user:delete_account]]
+
+
+
@@ -35,23 +46,6 @@