CapnKitten / Material-Discord

Material design theme for Discord
343 stars 153 forks source link

Conflicts with macos titlebar theme #214

Open FarzyYT opened 3 weeks ago

FarzyYT commented 3 weeks ago

Macos titlebar theme loads, but the buttons doesn't work with MaterialDiscord.

CapnKitten commented 2 weeks ago

Material Design isn't necessarily designed to work with other themes, especially in areas that are customized by MD. You'll need to add the following code:

.platform-win .typeWindows_a934d8 {
  z-index: 1001;
}

.typeWindows_a934d8.withFrame_a934d8 {
  height: 12px;
}

.typeWindows_a934d8 .winButton_a934d8:before, .typeWindows_a934d8 .winButton_a934d8:after {
  display: none;
}

.wordmark_a934d8.wordmarkWindows_a934d8 {
  display: none;
}