Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KillYoy committed Jul 6, 2021
1 parent a327c64 commit 1b63c1f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ DiscordNight has certain unique variables that can easily be modified to change
:root {
--User-List-Width: 200px; /* 200px, Discord default = 240px */

--User-Popout-Width: 210px; /* 210px, Discord default = 250px */
--User-Popout-Width: 236px; /* 236px, Discord default = 250px */

--Channel-List-Width: 196px; /* 196px, Discord default = 240px */
--Channel-Invite-Edit-Button: none; /* flex = ON, none = OFF */
Expand All @@ -54,15 +54,16 @@ DiscordNight has certain unique variables that can easily be modified to change

--Chat-Emoji-Size: 1.75rem; /* 1.75rem, Discord default = 1.375rem */
--Chat-Emoji-Large-Size: 2rem; /* 2rem, Discord default = 3rem */
--Chat-Sticker-Size: 4.5rem; /* 4.5rem, Discord default = 10rem */

--Voice-Noise-Suppression: flex; /* flex = ON, none = OFF */
--Voice-Noise-Suppression: none; /* flex = ON, none = OFF */

--Embed-Remove-Button: flex; /* flex = ON, none = OFF */

--Context-Menu-Emoji-Toolbar: none; /* flex = ON, none = OFF */

--Home-Store-Button: none; /* block = ON, none = OFF */
--Home-Stages-Button: none; /* block = ON, none = OFF */
--Home-Stages-Button: block; /* block = ON, none = OFF */
--Home-Direct-Messages-Header: flex; /* flex = ON with create DM Button, block = ON, none = OFF */
--Home-Close-DM-Button: block; /* block = ON, none = OFF */

Expand Down

0 comments on commit 1b63c1f

Please sign in to comment.