nodebb-theme-harmony 1.0.0-beta.109 → 1.0.0-beta.110
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
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
{buildAvatar(./user, "40px", true, "avatar avatar-tooltip")}
|
|
16
16
|
</a>
|
|
17
17
|
{{{ if showSelect }}}
|
|
18
|
-
<div class="checkbox position-absolute top-100 start-50 translate-middle-x
|
|
19
|
-
<i component="topic/select" class="fa text-muted pointer fa-square-o"></i>
|
|
18
|
+
<div class="checkbox position-absolute top-100 start-50 translate-middle-x pt-2 m-0 d-none d-lg-flex" style="max-width:max-content">
|
|
19
|
+
<i component="topic/select" class="fa text-muted pointer fa-square-o p-1"></i>
|
|
20
20
|
</div>
|
|
21
21
|
{{{ end }}}
|
|
22
22
|
</div>
|
|
@@ -113,8 +113,8 @@
|
|
|
113
113
|
</div>
|
|
114
114
|
</div>
|
|
115
115
|
{{{ if showSelect }}}
|
|
116
|
-
<div class="checkbox position-absolute top-0 end-0
|
|
117
|
-
<i component="topic/select" class="fa fa-square-o text-muted pointer"></i>
|
|
116
|
+
<div class="checkbox position-absolute top-0 end-0 mt-3 m-0 d-flex d-lg-none" style="max-width:max-content">
|
|
117
|
+
<i component="topic/select" class="fa fa-square-o text-muted pointer p-1"></i>
|
|
118
118
|
</div>
|
|
119
119
|
{{{ end }}}
|
|
120
120
|
</li>
|