never minified css...

This commit is contained in:
Zack Rauen 2020-04-26 00:51:42 -04:00
parent 9b8a68f944
commit b348def5fa
5 changed files with 15 additions and 6 deletions

View File

@ -2119,7 +2119,16 @@ body .ace_closeButton:active {
vertical-align: bottom;
line-height: 1.375rem;
display: inline-block;
height: 1.25rem;
height: 21px;
}
.compact-T3H92H .bd-chat-badge {
position: absolute;
left: 5px;
top: 4px;
width: 16px;
display: inline-flex;
}
.bd-member-badge {

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -314,7 +314,7 @@ Core.prototype.patchMessageHeader = function() {
children.push(
BDV2.React.createElement(TooltipWrap, {color: "black", side: "top", text: "BandagedBD Developer"},
BDV2.React.createElement(Anchor, {className: "bd-chat-badge", href: "https://github.com/rauenzi/BetterDiscordApp", title: "BandagedBD", target: "_blank"},
BDV2.React.createElement(BDLogo, {size: "16px", className: "bd-social-logo"})
BDV2.React.createElement(BDLogo, {size: "16px", className: "bd-logo"})
)
)
);
@ -334,7 +334,7 @@ Core.prototype.patchMemberList = function() {
children.push(
BDV2.React.createElement(TooltipWrap, {color: "black", side: "top", text: "BandagedBD Developer"},
BDV2.React.createElement(Anchor, {className: "bd-member-badge", href: "https://github.com/rauenzi/BetterDiscordApp", title: "BandagedBD", target: "_blank"},
BDV2.React.createElement(BDLogo, {size: "16px", className: "bd-social-logo"})
BDV2.React.createElement(BDLogo, {size: "16px", className: "bd-logo"})
)
)
);