Skip to content

Commit

Permalink
new plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
NyxIsBad committed Oct 27, 2023
1 parent a27e8b9 commit 0ab083f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ $version: '6.3.0';
// BETTERDISCORD PLUGINS
@import 'src/bd/plugins/messageButtons';
@import 'src/bd/plugins/pluginNotice';

@import 'src/bd/plugins/magane';
@import 'src/bd/plugins/Arashiryuu/memberCount';
@import 'src/bd/plugins/CapnKitten/HideChannels';
@import 'src/bd/plugins/DevilBro/badgesEverywhere';
Expand Down
36 changes: 36 additions & 0 deletions src/bd/plugins/magane.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
div#magane div.stickerWindow {
border: 2px solid var(--main-color);
}
div#magane div.stickerWindow div.stickers h3.getStarted {
color: #fff;
}
div#magane div.stickerWindow:not(:has(> [style^="display"])) div.stickers *,
div#magane div.stickerWindow:not(:has(> [style^="display"])) div.packs-toolbar * {
display: none;
}
div#magane .stickersModal .modal-content, div#magane .stickersModal .modal-card {
background: transparent;
}
div#magane .stickersModal .inputQuery {
background: rgba(0,0,0,.2);
border: 2px solid var(--main-color);
}
div#magane .button {
background: var(--main-color);
color: #fff;
}
div#magane div.stickerWindow:before {
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
z-index: -999;
background: var(--background-image) var(--background-position)/var(--background-size) var(--background-repeat) var(--background-attachment);
filter: grayscale(var(--background-grayscale)) sepia(var(--background-sepia)) invert(var(--background-invert)) brightness(var(--background-brightness)) contrast(var(--background-contrast)) saturate(var(--background-saturation)) blur(var(--background-blur));
}
div#magane div.stickerWindow div.stickers, /*top*/
div#magane div.stickerWindow div.packs-toolbar { /*bottom*/
background: var(--background-overlay);
}

0 comments on commit 0ab083f

Please sign in to comment.