-
Notifications
You must be signed in to change notification settings - Fork 46
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
Comments
The previous and next buttons work because the titlebar does not stretch the full 100%. 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 ✌️ |
Describe the bug
The button to add a new tab is unclickable with Fluent enabled
To Reproduce
1a. Fluent (direct download)
1b. ChannelTabs (direct download)
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 text was updated successfully, but these errors were encountered: