Fluent
Fluent copied to clipboard
Minor incompatibility with ChannelTabs
Describe the bug
The button to add a new tab is unclickable with Fluent enabled
To Reproduce
- Download these 1a. Fluent (direct download) 1b. ChannelTabs (direct download)
- 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
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.
.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
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.
yeah thats why i think this custom css is the only temp fix for it right now :v: