Fluent icon indicating copy to clipboard operation
Fluent copied to clipboard

Minor incompatibility with ChannelTabs

Open fowlis opened this issue 2 years ago • 4 comments

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 avatar Aug 31 '22 17:08 fowlis

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.

Gibbu avatar Sep 01 '22 00:09 Gibbu

.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

itoffie avatar Oct 03 '22 06:10 itoffie

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.

Gibbu avatar Oct 03 '22 06:10 Gibbu

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

itoffie avatar Oct 03 '22 06:10 itoffie