File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# CollapsibleUI Patch Notes
2
2
3
+ ### v12.2.1:
4
+ * Fixed a tiny visual inconsistency
5
+
3
6
### v12.2.0:
4
7
* Added UIRefreshRefresh compatibility
5
8
* Fixed visual glitch when collapsing forum popout
Original file line number Diff line number Diff line change 3
3
* @author programmer2514
4
4
* @authorId 563652755814875146
5
5
* @description A feature-rich BetterDiscord plugin that reworks the Discord UI to be significantly more modular
6
- * @version 12.2.0
6
+ * @version 12.2.1
7
7
* @donate https://ko-fi.com/benjaminpryor
8
8
* @patreon https://www.patreon.com/BenjaminPryor
9
9
* @website https://github.com/programmer2514/BetterDiscord-CollapsibleUI
@@ -155,15 +155,14 @@ const settings = {
155
155
const config = {
156
156
changelog : [
157
157
{
158
- title : '12.2.0 ' ,
158
+ title : '12.2.1 ' ,
159
159
type : 'added' ,
160
160
items : [
161
- 'Added UIRefreshRefresh compatibility' ,
162
- 'Fixed visual glitch when collapsing forum popout' ,
161
+ 'Fixed a tiny visual inconsistency' ,
163
162
] ,
164
163
} ,
165
164
{
166
- title : '1.0.0 - 12.1.1 ' ,
165
+ title : '1.0.0 - 12.2.0 ' ,
167
166
type : 'added' ,
168
167
items : [
169
168
'See the full changelog here: https://programmer2514.github.io/?l=cui-changelog' ,
@@ -1333,7 +1332,7 @@ const styles = {
1333
1332
}
1334
1333
1335
1334
.${ modules . scroller ?. tree } {
1336
- padding-top: var(--space-sm ) !important;
1335
+ padding-top: var(--space-xs ) !important;
1337
1336
}
1338
1337
1339
1338
.${ modules . sidebar ?. content } {
You can’t perform that action at this time.
0 commit comments