|
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.2 |
| 6 | + * @version 12.2.3 |
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,14 +155,14 @@ const settings = { |
155 | 155 | const config = { |
156 | 156 | changelog: [ |
157 | 157 | { |
158 | | - title: '12.2.2', |
| 158 | + title: '12.2.3', |
159 | 159 | type: 'added', |
160 | 160 | items: [ |
161 | | - 'Fixed leftover spacing when collapsing button groups', |
| 161 | + 'Fixed user profile compatibility issue with FullscreenToggle plugin', |
162 | 162 | ], |
163 | 163 | }, |
164 | 164 | { |
165 | | - title: '1.0.0 - 12.2.1', |
| 165 | + title: '1.0.0 - 12.2.2', |
166 | 166 | type: 'added', |
167 | 167 | items: [ |
168 | 168 | 'See the full changelog here: https://programmer2514.github.io/?l=cui-changelog', |
@@ -1922,9 +1922,9 @@ const styles = { |
1922 | 1922 | transition: max-height var(--cui-transition-speed), width var(--cui-transition-speed), border var(--cui-transition-speed) !important; |
1923 | 1923 | max-height: ${settings.userAreaMaxHeight}px !important; |
1924 | 1924 | overflow: hidden !important; |
1925 | | - width: calc((var(--cui-channel-list-width) * var(--cui-channel-list-toggled)) + (var(--custom-guild-list-width) * var(--cui-server-list-toggled) * var(--cui-compat-hsl)) - (var(--space-xs) * 2)) !important; |
1926 | | - border-left-width: clamp(0px, calc(1px * ((var(--cui-server-list-toggled) * var(--cui-compat-hsl)) + var(--cui-channel-list-toggled))), 1px) !important; |
1927 | | - border-right-width: clamp(0px, calc(1px * ((var(--cui-server-list-toggled) * var(--cui-compat-hsl)) + var(--cui-channel-list-toggled))), 1px) !important; |
| 1925 | + width: calc((var(--cui-channel-list-width) * var(--cui-channel-list-toggled)) + (var(--custom-guild-list-width) * var(--cui-server-list-toggled) * var(--cui-compat-hsl) * (1 - var(--fst-server-list-collapsed))) - (var(--space-xs) * 2)) !important; |
| 1926 | + border-left-width: clamp(0px, calc(1px * ((var(--cui-server-list-toggled) * var(--cui-compat-hsl) * (1 - var(--fst-server-list-collapsed))) + var(--cui-channel-list-toggled))), 1px) !important; |
| 1927 | + border-right-width: clamp(0px, calc(1px * ((var(--cui-server-list-toggled) * var(--cui-compat-hsl) * (1 - var(--fst-server-list-collapsed))) + var(--cui-channel-list-toggled))), 1px) !important; |
1928 | 1928 | z-index: 191 !important; |
1929 | 1929 | } |
1930 | 1930 |
|
|
0 commit comments