nodebb-theme-harmony 1.0.0-beta.4 → 1.0.0-beta.5
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
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<form class="flex-grow-1 d-flex flex-column gap-2" method="post" action="{config.relative_path}/compose">
|
|
10
10
|
<input type="hidden" name="tid" value="{tid}" />
|
|
11
11
|
<input type="hidden" name="_csrf" value="{config.csrf_token}" />
|
|
12
|
-
<div class="quickreply-message">
|
|
12
|
+
<div class="quickreply-message position-relative">
|
|
13
13
|
<textarea rows="4" name="content" component="topic/quickreply/text" class="form-control mousetrap" placeholder="[[modules:composer.textarea.placeholder]]"></textarea>
|
|
14
14
|
<div class="imagedrop"><div>[[topic:composer.drag_and_drop_images]]</div></div>
|
|
15
15
|
</div>
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<div class="avatar">
|
|
15
15
|
<a href="{{{ if ./user.userslug }}}{config.relative_path}/user/{./user.userslug}{{{ else }}}#{{{ end }}}" class="text-decoration-none">
|
|
16
16
|
{{{ if ./thumbs.length }}}
|
|
17
|
-
<img src="{./thumbs.0.url}" class="not-responsive" />
|
|
17
|
+
<img class="topic-thumb rounded-1" width="80" height="auto" src="{./thumbs.0.url}" class="not-responsive" />
|
|
18
18
|
{{{ else }}}
|
|
19
19
|
{buildAvatar(./user, "40px", true, "not-responsive")}
|
|
20
20
|
{{{ end }}}
|