-
-
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
18 changed files
with
1,971 additions
and
1,096 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 |
---|---|---|
@@ -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; | ||
} |
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 |
---|---|---|
@@ -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; | ||
} |
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 |
---|---|---|
@@ -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; | ||
} |
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.