Skip to content

Commit

Permalink
Move HSL settings to part folder also
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Jun 26, 2024
1 parent 01110db commit 0562e9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 9 additions & 0 deletions scss/part/_HorizontalServerList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
@import url("https://discordstyles.github.io/Addons/bottomhsl.css");

// Adjustments
:root {
--HSL-server-icon-size: 25px;
/* Size of the server icons | DEFAULT: 40px */
--HSL-server-spacing: 10px;
/* Spacing between each server icon | DEFAULT: 10px */
--HSL-server-direction: column;
/* Direct of the server list. | Options: column, column-reverse | DEFAULT: column */
}

// Channels sidebar
#app-mount .sidebar_a4d4d9 {
border-radius: 8px 8px 0 0;
Expand Down
7 changes: 0 additions & 7 deletions scss/part/_css-vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
@use "../top/color-generic" as *;

:root {
--HSL-server-icon-size: 25px;
/* Size of the server icons | DEFAULT: 40px */
--HSL-server-spacing: 10px;
/* Spacing between each server icon | DEFAULT: 10px */
--HSL-server-direction: column;
/* Direct of the server list. | Options: column, column-reverse | DEFAULT: column */

--xp-window-color-1: #{$blue-max};
--xp-window-color-2: #{$blue-vivid};
--xp-taskbar-color-1: #{$blue-bright};
Expand Down

0 comments on commit 0562e9e

Please sign in to comment.