Skip to content

Commit

Permalink
Update DiscordNight > v0.9.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KillYoy committed Apr 21, 2022
1 parent 6d4d5ba commit ee3bcd8
Show file tree
Hide file tree
Showing 7 changed files with 1,196 additions and 836 deletions.
24 changes: 23 additions & 1 deletion Addons/Classic_TitleBar.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//META{"name":"DiscordNight-Titlebar","description":"Reverts titlebar to the classic Discord titlebar","author":"KillYoy#0295","version":"0.6.1","authorId":"98468214824001536"}*//{}
//META{"name":"DiscordNight | Classic Titlebar","description":"Reverts titlebar to the classic Discord titlebar","author":"KillYoy#0295","version":"0.6.2","authorId":"98468214824001536"}*//{}

/****************************************** Window Titlebar ******************************************/

Expand Down Expand Up @@ -87,4 +87,26 @@
/* View As Server Role */
.notice-2HEN-u .lookOutlined-3sRXeN.colorWhite-rEQuAQ {
margin-right: 92px;
}

/* Voice Channel With Text Chat Button */
.wrapper-1gVUIN.chatSidebarOpen--YCxhs .headerWrapper-1ULEPv .container-ZMc96U {
padding-right: 0px !important;
}
.wrapper-1gVUIN.chatSidebarOpen--YCxhs .headerWrapper-1ULEPv .container-ZMc96U:after {
display: none !important;
}
.wrapper-1gVUIN .chatIcon-R5MUNn {
margin-right: 86px !important;
margin-left: -96px !important;
}
/* Stage Channel Padding Fix */
.participants-3eCqDy.transparent-1lUmft.container-ZMc96U {
padding-right: 0px !important;
}
.participants-3eCqDy.transparent-1lUmft.container-ZMc96U:after {
margin-right: 0px;
}
.container-cH6QoY .headerContainer-21E-jZ .headerClose-2iIpCp {
margin-left: 8px;
}
14 changes: 12 additions & 2 deletions Addons/Classic_User_Popout.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//META{"name":"DiscordNight-Classic User Popout","description":"Reverts the user popouts to its old classic DiscordNight look","author":"KillYoy#0295","version":"0.1.1","authorId":"98468214824001536"}*//{}
//META{"name":"DiscordNight | Classic User Popout","description":"Reverts the user popouts to its old classic DiscordNight look","author":"KillYoy#0295","version":"0.1.3","authorId":"98468214824001536"}*//{}

/* User Popout Window */
.userPopout-2j1gM4 {
Expand Down Expand Up @@ -73,6 +73,16 @@
display: none !important;
}
.root-8LYsGj .topSection-13QKHs .header-S26rhB [aria-label*="mobile"].avatar-3QF_VA,
.root-8LYsGj .topSection-13QKHs .header-S26rhB [data-mobile="true"] .StatusEverywhere-avatar-chatAvatar {
.root-8LYsGj .topSection-13QKHs .header-S26rhB [data-status="online"][data-mobile="true"] .avatar-3QF_VA {
border: 2px solid #43B581 !important;
}

/* User Popout & Profile: Typing Indicator Position Fix */
.root-8LYsGj .mask-1FEkla .dots-1BwzZQ,
.userPopout-2j1gM4 .mask-1FEkla .dots-1BwzZQ {
overflow: visible !important;
}
.root-8LYsGj .mask-1FEkla .dots-1BwzZQ circle,
.userPopout-2j1gM4 .mask-1FEkla .dots-1BwzZQ circle {
transform: translateX(-4px) translateY(4px) !important;
}
2 changes: 1 addition & 1 deletion Addons/Vanilla_Attachment_Button.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//META{"name":"DiscordNight-Vanilla File Attachment","description":"Reverts the file attachment to the default Discord location","author":"KillYoy#0295","version":"0.1.1","authorId":"98468214824001536"}*//{}
//META{"name":"DiscordNight | Vanilla File Attachment","description":"Reverts the file attachment to the default Discord location","author":"KillYoy#0295","version":"0.1.1","authorId":"98468214824001536"}*//{}

/* Attach File/Invite Button */
.channelTextArea-1FufC0 .attachWrapper-3slhXI {
Expand Down
8 changes: 6 additions & 2 deletions Addons/Vanilla_ServerList_Message_Notice.theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//META{"name":"DiscordNight-Vanilla Serverlist Notices","description":"Reverts the serverlist message notices to the default Discord look","author":"KillYoy#0295","version":"0.1.1","authorId":"98468214824001536"}*//{}
//META{"name":"DiscordNight | Vanilla Serverlist Notices","description":"Reverts the serverlist message notices to the default Discord look","author":"KillYoy#0295","version":"0.1.2","authorId":"98468214824001536"}*//{}

/* Server Message Notice */
.wrapper-1_HaEi [class^="listItem-"] .item-2LIpTv {
Expand All @@ -7,8 +7,12 @@
width: 8px !important;
min-height: 0px !important;
}
.wrapper-1_HaEi [class^="listItem-"]:hover .item-2LIpTv,
.wrapper-1_HaEi [class^="listItem-"] .item-2LIpTv[style*="opacity: 1; height: 8px"],
.wrapper-1_HaEi [class^="listItem-"] .item-2LIpTv[style*="opacity: 1; height: 40px"],
.wrapper-1_HaEi [class^="listItem-"]:hover .item-2LIpTv {
.wrapper-1_HaEi [class^="listItem-"] .bd-unread .item-2LIpTv,
.wrapper-1_HaEi [class^="listItem-"] .bd-hovered .item-2LIpTv,
.wrapper-1_HaEi [class^="listItem-"] .bd-selected .item-2LIpTv,
.wrapper-1_HaEi [class^="listItem-"] .bd-unread.bd-hovered:not(.bd-selected) .item-2LIpTv {
background: #FFFFFF !important;
}
35 changes: 35 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# DiscordNight Changelog

## [v0.9.5.3]() Easter Cleanup Update - 2022-04-21 02:40 CET:
### Added
- ShowAllActivities Plugin Support
### Changed
- Chatbox buttons
- Edit message box
- Home "Active Now" sidebar stream hover
- Screen share show members button
- Spotify boxart icon statuses are now again rounded
- SpotifyControls Plugin maximized mode
- Search filters text & search results header
- Replied to messages links now look and behave like links
- Settings BD plugin & theme cards are slightly more compact
- Status picker account switcher
- Chat link & attachment remove button
### Fixed
- Channel list NSFW red icon color on announcment/active threads channels
- Channel list upcoming events not being highlighted correctly
- Channel list header public channel
- Channel list max users notice
- Channel list locked channel icon & voice channel chat button missing
- Add a server modal
- X User timed out notice
- Miscolored red, white and branded buttons
- Server discovery searchbar
- Settings logout / leave server button
- Settings Game activity add game menu popout
- Settings dividers
- User popout description padding
- User roles hover fix
- Active threads modal
- Thread sidebar chat
- Threads popout
- Gif picker

## [v0.9.5.2]() Bugfix Update - 2022-02-23 04:20 CET:
### Fixed
- DM's list
Expand Down
Loading

0 comments on commit ee3bcd8

Please sign in to comment.