Skip to content

Commit

Permalink
Update DiscordNight > v0.9.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KillYoy committed Oct 18, 2023
1 parent cbd5c34 commit a82a45d
Show file tree
Hide file tree
Showing 4 changed files with 1,027 additions and 608 deletions.
36 changes: 20 additions & 16 deletions Addons/Classic_TitleBar.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,40 +8,43 @@
}

/* Watermark */
.titleBar-1it3bQ .wordmark-2u86JB {
.titleBar-3AIemB .wordmark-3wYFg6 {
display: none;
}
/* Hide Titlebar */
.titleBar-1it3bQ {
.titleBar-3AIemB {
position: absolute;
padding: 5px 5px;
top: 0;
right: 0;
-webkit-app-region: no-drag;
}
/* Allow Draging Top Titlebar */
.titleBar-1it3bQ:before {
.titleBar-3AIemB:before {
content: ' ';
position: absolute;
height: 7px;
height: 8px;
width: 100vw;
top: 0px;
right: 0;
-webkit-app-region: drag;
}
/* Buttons */
.titleBar-1it3bQ .winButton-3UMjdg svg,
.titleBar-1it3bQ .winButtonClose-2rIvsa svg,
.titleBar-1it3bQ .winButtonMinMax-bT_gQ1 svg {
.titleBar-3AIemB .winButton-3SigSb svg,
.titleBar-3AIemB .winButtonClose-23zAIt svg,
.titleBar-3AIemB .winButtonMinMax-nT2Irc svg {
height: 16px;
width: 16px;
}
.titleBar-1it3bQ .winButton-3UMjdg {
color: #FFFFFF;
.titleBar-3AIemB .winButton-3SigSb {
color: #E5E5E5;
height: 28px;
width: 28px;
top: -3px;
}
.titleBar-3AIemB .winButton-3SigSb:hover {
color: #FFFFFF;
}
/* Move Buttons */
.container-ZMc96U,
.container-ZMc96U.title-31SJ6t {
Expand All @@ -64,7 +67,7 @@
.container-ZMc96U:after {
content: ' ';
background-color: #313131;
height: 24px;
/* height: 24px; */
width: 0.5px;
margin-right: 8px;
margin-left: 2px;
Expand All @@ -79,8 +82,8 @@
height: 40px;
}
/* Notice: Dismiss Button */
.closeButton-30b1gR {
height: 38px;
.notice-2HEN-u .closeButton-30b1gR {
height: 40px;
margin-right: 92px;
}

Expand All @@ -97,12 +100,13 @@
display: none !important;
}
.wrapper-1gVUIN .chatIcon-R5MUNn {
margin-right: 86px !important;
margin-left: -96px !important;
margin-right: 80px !important;
margin-left: -88px !important;
}

/* Stage Channel Icon Padding Fix */
.container-cH6QoY .sidebarVisible-3bgZKv .participants-3eCqDy.transparent-1lUmft.container-ZMc96U {
padding-right: 0px !important;
.container-cH6QoY .sidebarOrChatVisible-1rjDvK .participants-3eCqDy.transparent-1lUmft.container-ZMc96U {
padding-right: 8px !important;
}
.container-cH6QoY .participants-3eCqDy.transparent-1lUmft.container-ZMc96U {
padding-right: 94px !important;
Expand Down
43 changes: 42 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
# DiscordNight Changelog

## [v0.9.5.5]() - 2023-03-31 04:20 CET:
## [v0.9.5.6]() 2023-10-18 04:50 CET:
### Added
- ShowAllActivities Plugin support
- Vencord settings row icons
- New variable '--Super-Reaction-Animations' to hide super reactions obnoxius animations (On by default)
- New variable '--User-Profile-Effects' to hide user profile animations
- New channel list members page
### Changed
- Server forum gallery view
- Inbox new unread forum posts
- Emoji picker bakground/searchbar
- Voice chat soundboard
### Fixed
- Modal window & root window footer color
- Settings BetterDiscord addon description scroller
- Codeblock background color
- Channel list padding & selected thread margin
- Channel list new channel notice
- Server userlist padding
- Server event modals
- New mention box notice
- Markdown spoiler text
- Emoji picker stickers waiting for upload text
- Super reactions emoji picker modal
- Avatar Nitro decorations
- User profile badges
- User profile/popout displaynames
- User profile footer "I'm new to Discord"
- Leaving Discord link warning modal
- Home message requests page
- Settings toggle switches colors
- Settings row icons
- Server app directory page
- Server voice chat "Set a channel status" position
- Explore discoverable servers page
- Channels bottom status box icons
- Create thread name input box color & text box padding
- Chat Automod avatar size
- Chat box
- App titlebar

## [v0.9.5.5]() 2023-03-31 04:20 CET:
### Added
- New user profiles
- New status picker/profile popout
Expand Down
Loading

0 comments on commit a82a45d

Please sign in to comment.