Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor incompatibility with ChannelTabs #78

Open
fowlis opened this issue Aug 31, 2022 · 4 comments
Open

Minor incompatibility with ChannelTabs #78

fowlis opened this issue Aug 31, 2022 · 4 comments
Labels
bug Something isn't working plugin support Add support for a Plugin.

Comments

@fowlis
Copy link

fowlis commented Aug 31, 2022

Describe the bug

The button to add a new tab is unclickable with Fluent enabled

To Reproduce

  1. Download these
    1a. Fluent (direct download)
    1b. ChannelTabs (direct download)
  2. Enable them together

Screenshots

Infomation (please complete the following information)

Discord channel: PTB
OS: Windows
Mod: BetterDiscord
Discord language: English (UK)

Additional context

The other buttons work fine, the < and > and quick settings button all function properly

@fowlis fowlis added the bug Something isn't working label Aug 31, 2022
@Gibbu Gibbu changed the title [Fluent] Minor incompatibility with ChannelTabs Minor incompatibility with ChannelTabs Sep 1, 2022
@Gibbu Gibbu added the plugin support Add support for a Plugin. label Sep 1, 2022
@Gibbu
Copy link
Member

Gibbu commented Sep 1, 2022

The previous and next buttons work because the titlebar does not stretch the full 100%.
This is so I can get the Close Settings button to work.

I'll take a look at this when I get back from work.

@fowlis fowlis closed this as not planned Won't fix, can't repro, duplicate, stale Sep 16, 2022
@fowlis fowlis reopened this Sep 16, 2022
@itoffie
Copy link

itoffie commented Oct 3, 2022

.winButton-3UMjdg{
  height: calc(var(--win-btn-height)+ 4px);
  width: 40px;
}

.typeWindows-2-g3UY {
  height: var(--win-btn-height);
  z-index: 2;
  background: transparent;
  position: fixed;
  max-width: calc(100% - 90% - var(--server-size));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  right: 1%;
}

.platform-win #app-mount .typeWindows-2-g3UY + div .layer-86YKbF.baseLayer-W6S8cY {
    padding-top: calc(var(--win-btn-height) + -5%) !important;
    padding-bottom: -5;
}

#channelTabs-container{
  max-width: 91%;
}

temp custom css that i basically customized so things becomes clickable @fowlis

@Gibbu
Copy link
Member

Gibbu commented Oct 3, 2022

I did try to get this to work but the plugin doesn't give me any information that it's enabled. So if I do fix it for ChannelTabs, it'll break for others that aren't using it.

@itoffie
Copy link

itoffie commented Oct 3, 2022

yeah thats why i think this custom css is the only temp fix for it right now ✌️

@Gibbu Gibbu mentioned this issue Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working plugin support Add support for a Plugin.
Projects
None yet
Development

No branches or pull requests

3 participants