nodebb-theme-harmony 1.0.0-beta.89 → 1.0.0-beta.90
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
package/scss/sidebar.scss
CHANGED
|
@@ -105,6 +105,18 @@
|
|
|
105
105
|
|
|
106
106
|
.bottombar {
|
|
107
107
|
transition: bottom 150ms linear;
|
|
108
|
+
|
|
109
|
+
.pagination-block {
|
|
110
|
+
.scroller-container {
|
|
111
|
+
border-right: 3px solid;
|
|
112
|
+
margin-right: 5.5px;
|
|
113
|
+
.scroller-thumb {
|
|
114
|
+
right: -6px;
|
|
115
|
+
padding-right: 15px;
|
|
116
|
+
margin-right: -15px;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
108
120
|
}
|
|
109
121
|
|
|
110
122
|
.bottombar-nav {
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
<div class="col-4 ps-0 text-end">
|
|
38
38
|
<div class="scroller-content">
|
|
39
39
|
<span class="pointer pagetop">[[topic:first-post]] <i class="fa fa-angle-double-up"></i></span>
|
|
40
|
-
<div class="scroller-container border-gray-200" style="height: 300px;
|
|
41
|
-
<div class="scroller-thumb position-relative text-nowrap" style="height: 40px;
|
|
40
|
+
<div class="scroller-container border-gray-200" style="height: 300px;">
|
|
41
|
+
<div class="scroller-thumb position-relative text-nowrap" style="height: 40px;">
|
|
42
42
|
<span class="thumb-text text-sm fw-bold user-select-none position-relative pe-2" style="top: -15px;"></span>
|
|
43
43
|
<div class="rounded-2 scroller-thumb-icon bg-primary d-inline-block position-relative" style="width: 9px; height:40px;"></div>
|
|
44
44
|
</div>
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
<div class="ps-1 ps-md-0 d-inline-block sticky-top" style="top:6rem;z-index:1;">
|
|
3
3
|
<div class="scroller-content d-flex gap-2 flex-column align-items-start">
|
|
4
4
|
<div class="pointer pagetop btn-ghost-sm d-inline-flex" style="padding: 4px;"><i class="fa fa-chevron-up"></i></div>
|
|
5
|
-
<div class="scroller-container position-relative"
|
|
6
|
-
<div class="scroller-thumb d-flex gap-2 text-nowrap position-relative" style="height: 40px;
|
|
5
|
+
<div class="scroller-container position-relative">
|
|
6
|
+
<div class="scroller-thumb d-flex gap-2 text-nowrap position-relative" style="height: 40px;">
|
|
7
7
|
<div class="scroller-thumb-icon bg-primary rounded d-inline-block" style="width:9px; height: 40px;"></div>
|
|
8
8
|
<div>
|
|
9
9
|
<p class="small thumb-text d-none d-md-inline-block ff-secondary fw-semibold user-select-none mb-0"></p>
|