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 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
Original file line number Diff line number Diff line change 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 = {
155155const 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 } {
You can’t perform that action at this time.
0 commit comments