diff --git a/src/fixations/_index.scss b/src/fixations/_index.scss index 5cd6c32..d52259b 100644 --- a/src/fixations/_index.scss +++ b/src/fixations/_index.scss @@ -1,4 +1,4 @@ @use 'buttons'; @use 'plugins'; @use 'assets'; -@use 'settingsicons'; \ No newline at end of file +// @use 'settingsicons'; // Currently broken due to a Discord Update causing aria-controls to no longer apply to inactive elements. diff --git a/src/fixations/_plugins.scss b/src/fixations/_plugins.scss index 43b6136..8693da9 100644 --- a/src/fixations/_plugins.scss +++ b/src/fixations/_plugins.scss @@ -33,4 +33,13 @@ "m8 0 6.61 3h.89a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H15v7a.5.5 0 0 1 .485.38l.5 2a.498.498 0 0 1-.485.62H.5a.498.498 0 0 1-.485-.62l.5-2A.501.501 0 0 1 1 13V6H.5a.5.5 0 0 1-.5-.5v-2A.5.5 0 0 1 .5 3h.89L8 0ZM3.777 3h8.447L8 1 3.777 3ZM2 6v7h1V6H2Zm2 0v7h2.5V6H4Zm3.5 0v7h1V6h-1Zm2 0v7H12V6H9.5ZM13 6v7h1V6h-1Zm2-1V4H1v1h14Zm-.39 9H1.39l-.25 1h13.72l-.25-1Z" ); transform: scale(1.5, 1.5); - } +} + +/* ---------- Powercord/Replugged Buttons ------------ */ +.buttons, +.powercord-settings-item, +.powercord-product-footer { + .directionRow-2Iu2A9 { + left: unset; + } +}