-
-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
3,177 additions
and
2,864 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
//META{"name":"DiscordNight | Vanilla File Attachment","description":"Reverts the file attachment to the default Discord location","author":"KillYoy#0295","version":"0.9.5.7","authorId":"98468214824001536"}*//{} | ||
//META{"name":"DiscordNight | Vanilla File Attachment","description":"Reverts the file attachment to the default Discord location","author":"KillYoy#0295","version":"0.9.5.8","authorId":"98468214824001536"}*//{} | ||
|
||
/* Attach File/Invite Button */ | ||
.channelTextArea__2e60f .attachWrapper__6354f { | ||
.channelTextArea_c2094b .attachWrapper_d01704 { | ||
position: relative !important; | ||
} | ||
.channelTextArea__2e60f .attachButton_b1db83 { | ||
.channelTextArea_c2094b .attachButton__56f98 { | ||
margin: 9px 4px 0px 0px !important; | ||
} | ||
.channelTextArea__2e60f .attachWrapper__6354f .attachButton_b1db83, | ||
.channelTextArea__2e60f .attachWrapper__6354f .attachButton_b1db83 svg, | ||
.channelTextArea__2e60f .attachWrapper__6354f .attachButton_b1db83 .attachButtonInner__3ce2b { | ||
.channelTextArea_c2094b .attachWrapper_d01704 .attachButton__56f98, | ||
.channelTextArea_c2094b .attachWrapper_d01704 .attachButton__56f98 svg, | ||
.channelTextArea_c2094b .attachWrapper_d01704 .attachButton__56f98 .attachButtonInner__84c26 { | ||
height: 24px !important; | ||
width: 24px !important; | ||
} | ||
.channelTextArea__2e60f .attachWrapper__6354f .attachButton_b1db83 .attachButtonInner__3ce2b .attachButtonPlus_bf89ca { | ||
.channelTextArea_c2094b .attachWrapper_d01704 .attachButton__56f98 .attachButtonInner__84c26 .attachButtonPlus_fd0021 { | ||
fill: #FFFFFF; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
//META{"name":"DiscordNight | Vanilla Serverlist Notices","description":"Reverts the serverlist message notices to the default Discord look","author":"KillYoy#0295","version":"0.9.5.7","authorId":"98468214824001536"}*//{} | ||
//META{"name":"DiscordNight | Vanilla Serverlist Notices","description":"Reverts the serverlist message notices to the default Discord look","author":"KillYoy#0295","version":"0.9.5.8","authorId":"98468214824001536"}*//{} | ||
|
||
/* Server Message Notice */ | ||
.wrapper_a7e7a8 .listItem_fa7b36 .item_f9d377 { | ||
.wrapper__216eb .listItem__48528 .item_f9d377 { | ||
background: #FFFFFF !important; | ||
border-radius: 0px 4px 4px 0px !important; | ||
width: 8px !important; | ||
min-height: 0px !important; | ||
} | ||
.wrapper_a7e7a8 .listItem_fa7b36:hover .item_f9d377, | ||
.wrapper_a7e7a8 .listItem_fa7b36 .item_f9d377[style*="opacity: 1; height: 8px"], | ||
.wrapper_a7e7a8 .listItem_fa7b36 .item_f9d377[style*="opacity: 1; height: 40px"], | ||
.wrapper_a7e7a8 .listItem_fa7b36 .bd-unread .item_f9d377, | ||
.wrapper_a7e7a8 .listItem_fa7b36 .bd-hovered .item_f9d377, | ||
.wrapper_a7e7a8 .listItem_fa7b36 .bd-selected .item_f9d377, | ||
.wrapper_a7e7a8 .listItem_fa7b36 .bd-unread.bd-hovered:not(.bd-selected) .item_f9d377 { | ||
.wrapper__216eb .listItem__48528:hover .item_f9d377, | ||
.wrapper__216eb .listItem__48528 .item_f9d377[style*="opacity: 1; height: 8px"], | ||
.wrapper__216eb .listItem__48528 .item_f9d377[style*="opacity: 1; height: 40px"], | ||
.wrapper__216eb .listItem__48528 .bd-unread .item_f9d377, | ||
.wrapper__216eb .listItem__48528 .bd-hovered .item_f9d377, | ||
.wrapper__216eb .listItem__48528 .bd-selected .item_f9d377, | ||
.wrapper__216eb .listItem__48528 .bd-unread.bd-hovered:not(.bd-selected) .item_f9d377 { | ||
background: #FFFFFF !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.