Skip to content

Commit 33dac6a

Browse files
author
Benjamin Pryor
committed
v12.2.1
1 parent 3b08f7b commit 33dac6a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CollapsibleUI Patch Notes
22

3+
### v12.2.1:
4+
* Fixed a tiny visual inconsistency
5+
36
### v12.2.0:
47
* Added UIRefreshRefresh compatibility
58
* Fixed visual glitch when collapsing forum popout

CollapsibleUI.plugin.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author programmer2514
44
* @authorId 563652755814875146
55
* @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
77
* @donate https://ko-fi.com/benjaminpryor
88
* @patreon https://www.patreon.com/BenjaminPryor
99
* @website https://github.com/programmer2514/BetterDiscord-CollapsibleUI
@@ -155,15 +155,14 @@ const settings = {
155155
const config = {
156156
changelog: [
157157
{
158-
title: '12.2.0',
158+
title: '12.2.1',
159159
type: 'added',
160160
items: [
161-
'Added UIRefreshRefresh compatibility',
162-
'Fixed visual glitch when collapsing forum popout',
161+
'Fixed a tiny visual inconsistency',
163162
],
164163
},
165164
{
166-
title: '1.0.0 - 12.1.1',
165+
title: '1.0.0 - 12.2.0',
167166
type: 'added',
168167
items: [
169168
'See the full changelog here: https://programmer2514.github.io/?l=cui-changelog',
@@ -1333,7 +1332,7 @@ const styles = {
13331332
}
13341333
13351334
.${modules.scroller?.tree} {
1336-
padding-top: var(--space-sm) !important;
1335+
padding-top: var(--space-xs) !important;
13371336
}
13381337
13391338
.${modules.sidebar?.content} {

0 commit comments

Comments
 (0)