Skip to content

Commit

Permalink
Temp disabled ImageUtilities support to fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Nov 16, 2023
1 parent b644afa commit 51ef944
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
5 changes: 4 additions & 1 deletion scss/plugin/_DisplayServersAsChannels.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
@use "../top/vars" as *;

// with DB's DisplayServersAsChannels plugin
// DisplayServersAsChannels by DevilBro
// BetterDiscord
// https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/DisplayServersAsChannels

.styledGuildsAsChannels-DNHtg_ {
.container__037ed {
&::before {
Expand Down
17 changes: 10 additions & 7 deletions scss/plugin/_ImageUtilities.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
@use "../top/box";

// with ImageUtilities plugin
.operations__07224 {
position: fixed;
}
// ImageUtilities by DevilBro
// BetterDiscord
// https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ImageUtilities

.sibling-6vI7Pu .imageWrapper_fd6587 {
@include box.blue;
}
// .operations__07224 {
// position: fixed;
// }

// .sibling-6vI7Pu .imageWrapper_fd6587 {
// @include box.blue;
// }

0 comments on commit 51ef944

Please sign in to comment.