nodebb-theme-harmony 2.0.25 → 2.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scss/common.scss +9 -0
- package/templates/categories.tpl +1 -1
- package/templates/category.tpl +1 -1
- package/templates/groups/details.tpl +1 -1
- package/templates/groups/list.tpl +1 -1
- package/templates/groups/members.tpl +1 -1
- package/templates/notifications.tpl +1 -1
- package/templates/partials/topic/quickreply.tpl +2 -1
- package/templates/popular.tpl +1 -1
- package/templates/recent.tpl +1 -1
- package/templates/search.tpl +1 -1
- package/templates/tag.tpl +1 -1
- package/templates/tags.tpl +1 -1
- package/templates/top.tpl +1 -1
- package/templates/topic.tpl +1 -1
- package/templates/unread.tpl +1 -1
- package/templates/users.tpl +1 -1
- package/templates/world.tpl +1 -1
package/package.json
CHANGED
package/scss/common.scss
CHANGED
|
@@ -10,6 +10,15 @@ body {
|
|
|
10
10
|
text-rendering: optimizeLegibility;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
@include media-breakpoint-down(lg) {
|
|
14
|
+
body {
|
|
15
|
+
height: 100%;
|
|
16
|
+
.layout-container {
|
|
17
|
+
height: 100%;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
13
22
|
// fixes chrome font boosting :/ https://stackoverflow.com/questions/13430897/how-to-override-font-boosting-in-mobile-chrome
|
|
14
23
|
body * {
|
|
15
24
|
max-height:1000000px;
|
package/templates/categories.tpl
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
{{widgets.header.html}}
|
|
4
4
|
{{{ end }}}
|
|
5
5
|
</div>
|
|
6
|
-
<div class="row py-2">
|
|
6
|
+
<div class="row flex-fill py-2">
|
|
7
7
|
<div class="{{{ if widgets.sidebar.length }}}col-lg-9 col-sm-12{{{ else }}}col-lg-12{{{ end }}}">
|
|
8
8
|
{{{ if pagination.pages.length }}}
|
|
9
9
|
<div><!-- IMPORT partials/category/selector-dropdown-left.tpl --></div>
|
package/templates/category.tpl
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
{{{ end }}}
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
<div class="row mt-3">
|
|
37
|
+
<div class="row flex-fill mt-3">
|
|
38
38
|
<div class="category d-flex flex-column {{{if widgets.sidebar.length }}}col-lg-9 col-sm-12{{{ else }}}col-lg-12{{{ end }}}">
|
|
39
39
|
<!-- IMPORT partials/category/subcategory.tpl -->
|
|
40
40
|
{{{ if (topics.length || privileges.topics:create) }}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div component="groups/container" class="groups details">
|
|
1
|
+
<div component="groups/container" class="groups details flex-fill">
|
|
2
2
|
<div class="cover position-absolute start-0 top-0" component="groups/cover" style="background-image: url({group.cover:url}); background-position: {group.cover:position};">
|
|
3
3
|
<div class="container">
|
|
4
4
|
{{{ if group.isOwner }}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- IMPORT partials/breadcrumbs.tpl -->
|
|
2
|
-
<div class="users">
|
|
2
|
+
<div class="users flex-fill">
|
|
3
3
|
<div id="users-container" class="users-container row row-cols-2 row-cols-md-3 row-cols-lg-4 row-cols-xl-5 g-4">
|
|
4
4
|
{{{ each users }}}
|
|
5
5
|
<!-- IMPORT partials/users/item.tpl -->
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
</div>
|
|
16
16
|
<div>
|
|
17
17
|
<div class="d-flex justify-content-end gap-2">
|
|
18
|
-
<button type="
|
|
18
|
+
<button type="button" component="topic/quickreply/upload/button" class="btn btn-ghost btn-sm border"><i class="fa fa-upload"></i></button>
|
|
19
|
+
<button type="button" component="topic/quickreply/expand" class="btn btn-ghost btn-sm border" title="[[topic:open-composer]]"><i class="fa fa-expand"></i></button>
|
|
19
20
|
<button type="submit" component="topic/quickreply/button" class="btn btn-sm btn-primary">[[topic:post-quick-reply]]</button>
|
|
20
21
|
</div>
|
|
21
22
|
</div>
|
package/templates/popular.tpl
CHANGED
package/templates/recent.tpl
CHANGED
package/templates/search.tpl
CHANGED
package/templates/tag.tpl
CHANGED
package/templates/tags.tpl
CHANGED
package/templates/top.tpl
CHANGED
package/templates/topic.tpl
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
</div>
|
|
11
11
|
{{{ end }}}
|
|
12
12
|
|
|
13
|
-
<div itemid="{url}" itemscope itemtype="https://schema.org/DiscussionForumPosting">
|
|
13
|
+
<div class="flex-fill" itemid="{url}" itemscope itemtype="https://schema.org/DiscussionForumPosting">
|
|
14
14
|
<meta itemprop="headline" content="{escape(titleRaw)}">
|
|
15
15
|
<meta itemprop="text" content="{escape(titleRaw)}">
|
|
16
16
|
<meta itemprop="url" content="{url}">
|
package/templates/unread.tpl
CHANGED
package/templates/users.tpl
CHANGED
package/templates/world.tpl
CHANGED