Skip to content

Commit

Permalink
Update DiscordNight > v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KillYoy committed Dec 29, 2021
1 parent 484cfb2 commit ab6d646
Show file tree
Hide file tree
Showing 18 changed files with 1,971 additions and 1,096 deletions.
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.5.1","authorId":"98468214824001536"}*//{}
//META{"name":"DiscordNight-Titlebar","description":"Reverts titlebar to the classic Discord titlebar","author":"KillYoy#0295","version":"0.6","authorId":"98468214824001536"}*//{}

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

Expand All @@ -7,53 +7,71 @@
background: transparent !important;
}

/* Watermark */
.titleBar-AC4pGV .wordmark-2iDDfm {
display: none;
}
.titleBar-AC4pGV .winButton-iRh8-Z svg,
.titleBar-AC4pGV .winButtonClose-2rIvsa svg,
.titleBar-AC4pGV .winButtonMinMax-bT_gQ1 svg {
height: 16px;
width: 16px;
}
.titleBar-AC4pGV .winButton-iRh8-Z {
color: #FFFFFF;
height: 28px;
width: 28px;
top: -3px;
}
/* Hide Titlebar */
.titleBar-AC4pGV {
position: absolute;
padding: 9px 5px;
margin: 0;
padding: 5px 5px;
top: 0;
right: 0;
-webkit-app-region: no-drag;
}
/* Allow Draging */
/* Allow Draging Top Titlebar */
.titleBar-AC4pGV:before {
content: ' ';
height: 6px;
width: 100vw;
position: absolute;
top: 4px;
height: 7px;
width: 100vw;
top: 0px;
right: 0;
-webkit-app-region: drag;
}
/* Buttons */
.titleBar-AC4pGV .winButton-iRh8-Z svg,
.titleBar-AC4pGV .winButtonClose-2rIvsa svg,
.titleBar-AC4pGV .winButtonMinMax-bT_gQ1 svg {
height: 16px;
width: 16px;
}
.titleBar-AC4pGV .winButton-iRh8-Z {
color: #FFFFFF;
height: 28px;
width: 28px;
top: -3px;
}
/* Move Buttons */
.container-1r6BKw,
.title-3qD0b-,
.titleCall-_b9o8P {
.container-1r6BKw,
.container-1r6BKw.title-3qD0b- {
padding-right: 86px !important;
}
.threadSidebar-1o3BTy .container-1r6BKw {
padding-right: 96px !important;
}
.threadSidebarOpen-vdkwIh .container-1r6BKw.title-3qD0b- {
padding-right: 0px !important;
}
.headerWrapper-3NUKsd .transparent-2ZlE3R.container-1r6BKw .toolbar-1t6TWx {
margin-right: 6px;
}
/* Move PTB/Canary Bug Report Button */
.container-1r6BKw .toolbar-1t6TWx [aria-label="Submit bug"] {
padding-right: 8px;
}
/* Divider */
.headerWrapper-3NUKsd .transparent-2ZlE3R.container-1r6BKw:after,
.title-3qD0b-.container-1r6BKw:after {
.container-1r6BKw:after {
content: ' ';
height: 24px;
width: 1px;
background-color: #313131;
height: 24px;
width: 0.5px;
margin-right: 8px;
margin-left: 8px;
}
.threadSidebar-1o3BTy .container-1r6BKw:after {
width: 0px;
margin-right: 0px;
}

/* Notice */
Expand Down
77 changes: 77 additions & 0 deletions Addons/Classic_User_Popout.theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
//META{"name":"DiscordNight-Classic User Popout","description":"Reverts the user popouts to its old classic DiscordNight look","author":"KillYoy#0295","version":"0.1","authorId":"98468214824001536"}*//{}

/* User Popout Window */
.userPopout-xaxa6l {
width: var(--User-Popout-Width) !important;
}
.userPopout-xaxa6l .banner-2QYc2d {
display: none !important;
}
.userPopout-xaxa6l .headerTop-3vNv-a {
margin-top: calc(var(--User-Popout-Width) - 52px) !important;
}
.userPopout-xaxa6l .avatarWrapper-3r9PdD {
margin-top: 0px !important;
top: 0px !important;
left: 0px !important;
}
.userPopout-xaxa6l .avatar-37jOim foreignObject,
.userPopout-xaxa6l svg [mask="url(#svg-mask-avatar-status-mobile-80)"],
.userPopout-xaxa6l .StatusEverywhere-avatar-chatAvatar foreignObject,
.userPopout-xaxa6l .StatusEverywhere-avatar-userPopout[data-mobile=false]~svg foreignObject {
mask: none !important;
border-radius: 0% !important;
}
.userPopout-xaxa6l .avatar-37jOim[style*="width: 80px; height: 80px;"],
.userPopout-xaxa6l .StatusEverywhere-avatar-userPopout .StatusEverywhere-avatar-chatAvatar,
.userPopout-xaxa6l .StatusEverywhere-avatar-userPopout {
width: var(--User-Popout-Width) !important;
height: var(--User-Popout-Width) !important;
border: none !important;
border-radius: 0% !important;
}
.userPopout-xaxa6l .avatarHint-2A3RNb {
width: var(--User-Popout-Width) !important;
height: var(--User-Popout-Width) !important;
left: 0px !important;
top: 0px !important;
mask: none !important;
border-radius: 0% !important;
}
.userPopout-xaxa6l .wrapper-3t9DeA rect,
.userPopout-xaxa6l .wrapper-3t9DeA rect[mask*="url(#svg-mask-status-online-mobile)"] {
display: none !important;
}
.userPopout-xaxa6l .profileBadges-ohc0Vu {
max-width: calc(var(--User-Popout-Width) - 150px) !important;
top: 62px !important;
height: 24px !important;
overflow: hidden !important;
}
.userPopout-xaxa6l .headerTag-3GFl76,
.userPopout-xaxa6l .nickname-3M3Jfa {
max-width: calc(var(--User-Popout-Width) - 86px) !important;
}
/* User Popout Profile: Custom Background */
.userPopout-xaxa6l .avatarPositionNormal-aZjAsn .wrapper-3t9DeA::before,
.userPopout-xaxa6l .avatarPositionPremium-3We5Ho .wrapper-3t9DeA::before,
.userPopout-xaxa6l .avatarPositionNormal-aZjAsn .wrapper-3t9DeA::after,
.userPopout-xaxa6l .avatarPositionPremium-3We5Ho .wrapper-3t9DeA::after {
top: var(--User-Popout-Width) !important;
}

/* User Profile: Avatar */
.root-3QyAh1 .topSection-y3p-_D .header-4zuFdR .avatar-AvHqJA {
border-radius: 4px !important;
}
.root-3QyAh1 .topSection-y3p-_D .header-4zuFdR .avatar-AvHqJA foreignObject {
border-radius: 0px !important;
mask: none !important;
}
.root-3QyAh1 .topSection-y3p-_D .header-4zuFdR .wrapper-3t9DeA rect[mask*="url(#svg-mask-status-online-mobile)"] {
display: none !important;
}
.root-3QyAh1 .topSection-y3p-_D .header-4zuFdR [aria-label*="mobile"].avatar-AvHqJA,
.root-3QyAh1 .topSection-y3p-_D .header-4zuFdR [data-mobile="true"] .StatusEverywhere-avatar-chatAvatar {
border: 2px solid #43B581 !important;
}
15 changes: 15 additions & 0 deletions Addons/Vanilla_Attachment_Button.theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//META{"name":"DiscordNight-Vanilla File Attachment","description":"Reverts the file attachment to the default Discord location","author":"KillYoy#0295","version":"0.1","authorId":"98468214824001536"}*//{}

/* Attach File Button */
.channelTextArea-rNsIhG .attachButton-2WznTc {
transform: scale(1) !important;
height: 24px !important;
width: 24px !important;
margin: 12px 4px 0px 0px !important;
}
.channelTextArea-rNsIhG .attachWrapper-2TRKBi {
position: relative !important;
}
.channelTextArea-rNsIhG .attachWrapper-2TRKBi .attachButton-2WznTc .attachButtonInner-PQjIyk {
opacity: 1 !important;
}
14 changes: 14 additions & 0 deletions Addons/Vanilla_ServerList_Message_Notice.theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//META{"name":"DiscordNight-Vanilla Serverlist Notices","description":"Reverts the serverlist message notices to the default Discord look","author":"KillYoy#0295","version":"0.1","authorId":"98468214824001536"}*//{}

/* Server Message Notice */
.wrapper-3NnKdC [class^="listItem-"] .item-2hkk8m {
background: #FFFFFF !important;
border-radius: 0px 4px 4px 0px !important;
width: 8px !important;
min-height: 0px !important;
}
.wrapper-3NnKdC [class^="listItem-"] .item-2hkk8m[style*="opacity: 1; height: 8px"],
.wrapper-3NnKdC [class^="listItem-"] .item-2hkk8m[style*="opacity: 1; height: 40px"],
.wrapper-3NnKdC [class^="listItem-"]:hover .item-2hkk8m {
background: #FFFFFF !important;
}
84 changes: 84 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,89 @@
# DiscordNight Changelog

## [v0.9.5]() Winter Cleanup Update - 2021-12-29 04:05:
### Added
- Bottom info box avatar speaking border is now colored based on online status
- Channel list avatar speaking border is now status colored if using StatusEverywhere plugin
- New variable '--Channel-List-Active-Threads' to show active threads channel reminder
- New variable '--Channel-List-Upcoming-Events' to show upcoming server events reminder
- New variable '--Channel-List-Boost-Goal' to show servers Nitro boost goal bar
- New variable '--Chat-Wave-To-New-User-Button' to show wave to button when a new user joins the server
- New variable '--Chat-Wave-New-DM-Button' to show new DM wave to button
### Changed
- Settings My Account card avatar is larger
- Avatar uploader trimmer slider grabber
- Active threads modal
- Threads list more users
- Discord icons hosting
- User popout custom activity padding
- Server Overview & BetterDiscord menu titles unification
- Pinned Messages/Recent Mentions & Unreads inbox header buttons
- Voice calls stop streaming and turn off camera button is now green instead of red when active
### Fixed
- Settings Gift inventory gift background
- Settings/server settings sidebar icons
- Settings empty subscription card
- Settings BD Plugin toggle switches color
- Settings Voice & Video menu video/camera settings
- Settings Discord Nitro & server boost menu color
- Settings User Profile Customization user popout example preview
- Settings Accessability text to speech playback rate preview button color
- Server settings Auditlog
- Server settings Community menu boxes
- Server settings Community Membership screening
- Server settings Roles menu height difference
- Server settings Template description box color
- Server Nitro boost menus
- Search list results header buttons
- Friends list add friend page input box
- Report message modal
- Chatbox inline attachments
- Chatbox inline emoji size
- Chatbox replying container thread suggestion bar
- Chatbox accept DM from X
- Emoji Picker is too long in certain scenarios
- Auto completion slash commands menu padding
- Auto completion horizontal GIFs
- Channel list voice channel user speaking background showing when channel is collapsed
- Channel list placeholders
- Server list
- Server header banner
- Server header Nitro boosted icon
- Server popout verififed icon color
- Mac Titlebar buttons placement
- Titlebar channel name capitalization
- Titlebar top channel search menu hover
- DM's search box modal hover
- User roles border
- User popout "I'm new to Discord" footer margin
- User popout custom status top border
- User popout custom role icon
- User popout/profile User CreationDate & JoinedAtDate Plugin overflow fix
- User popout/profile add bot to server button
- User profile connection icons back to being monochrome
- Chat empty messages intersect eachother in rare circumstances
- Chat jumped to highlighted message background flash
- Chat blocked message X position
- Chat box slowmode is enabled hover notice
- Chat timed out notices
- Chat event wrapper
- Event info modal
- Create stage event modal
- Edit server profile Nitro notice
- School hubs modal sidebar
- Avatar uploader indicator
- Change avatar selection window background
- Invite friends to server modal search field background
- Time out X user duration selection color
- Server Typing Indicator Plugin issues
- MemberCounter Plugin issues
- Userdetails Plugin issues
- Gray outlined buttons border
- Green outlined buttons color
- Account switcher
# Removed
- Stage Discovery code

## [v0.9.4]() Channel Threads Update - 2021-08-04 04:50:
### Added
- Thread sidebar & threads popout
Expand Down
Loading

0 comments on commit ab6d646

Please sign in to comment.