SoftX icon indicating copy to clipboard operation
SoftX copied to clipboard

Mod View bugs

Open FireBoy00 opened this issue 1 year ago • 6 comments

Describe the bug

  1. The first bug would be that the close button of the Mod View is going under the close button of Discord, se when I click it, it actually closes Discord not just the Mod View. I've had this bug ever since the Mod View got launched (or since I discovered that Mod View existed). (refer 1st image - the little 'x' is the Mod View's and the bigger one is from Discord window)
  2. The second bug would be that the profile icon is not properly aligned in the Mod View. (refer 2nd image)

To Reproduce
Simply open the Mod View windows on any server on any user.

Screenshots
image image

Information (please complete the following information):
Discord channel: Stable
OS: Windows
Mod: BetterDiscord
Discord language: English

FireBoy00 avatar Jun 28 '24 05:06 FireBoy00

I'm working on a good fix for the mod view stuff, it's just annoying to find spots to move the buttons that work everywhere. The profile picture issues are probably radial status.

Lioncat6 avatar Jul 01 '24 04:07 Lioncat6

Thanks for working on a fix for the Mod View.

profile picture issues are probably radial status

About this, do you refer to some plugin or just a component from this theme? I mean, is it something I have to do to fix it (enable/disable a plugin or something like that) or it's some component of the theme and I need to wait for it to get fixed?

Sorry to bother you with this question, I was just a bit confused 😅

FireBoy00 avatar Jul 01 '24 16:07 FireBoy00

Radial status is a part of softx but can be used independently

image As suspected, it is the culprit.

https://github.com/DiscordStyles/RadialStatus

the x button being inaccessible is softx though

Lioncat6 avatar Jul 04 '24 02:07 Lioncat6

fixing the x rn lol.

.closeAction_d936aa { 
margin-right: 9999px
}

just waiting for gibbu's response on somethin

Lioncat6 avatar Jul 14 '24 03:07 Lioncat6

I did something like this:

.closeAction_d936aa {
    margin-right: 145px;
}
.container_d936aa rect.pointerEvents_c51b4e {
    width: 48px !important;
    height: 48px !important;
}
.guildSidebar_a7d72e {
    background: var(--bg-secondary);
    border-left: 2px solid var(--border);
}

I put it into the Custom CSS Editor and it resolved the radial thing around the profile pic in the Mod View and I also made/solved the background of the Mod View as it was not like the rest, it was simply transparent. I also wanted to modify the colors of the Mod View so it does not reflect the user's profile pic anymore as some are quite... light and it does not go well with the dark theme... but I did not find a complete solution to all the text and stuff so I let it as it was 😅. Hope the radial thing fix will be put by you guys soon :)

Also, if you have anything to improve my fix from above (and you probably have as I'm not the best at this) please let me know so I can put it into my Custom CSS Editor.

FireBoy00 avatar Jul 19 '24 11:07 FireBoy00

Fixed the X button

Lioncat6 avatar Aug 27 '24 02:08 Lioncat6