Fluent-Typora icon indicating copy to clipboard operation
Fluent-Typora copied to clipboard

Unibody Windows Style Support

Open hpr1999 opened this issue 3 years ago • 0 comments

Hey there, this theme is absolutely beautiful!

I'm not sure what system you're developing on, but I've noticed it looks like the theme isn't tested with the Windows Unibody style. When this is enabled, the left menu looks like this: image

It looks like the CSS-classes responsible for that styling start with .megamenu. Is there any way you could make an update for that?

I've tried tinkering with it, but you definitely have a talent for design that I don't :-)

Adding the following to fluent.css fixes the biggest problem.

.megamenu-content, .megamenu-opened header {
    background: var(--elevated-background);
}

The menu then looks like this:

image

The "recently opened documents" seem to lie within the div #recent-file-panel, but I haven't really succeeded in making that look nice.

Apart from that, I've only found one more thing: image

Thanks for the great theme - it would be wonderful if you found the time to patch this!

P.S.: Relatively many themes don't support the Windows-Unibody style quite right, but themes like Panda do.

hpr1999 avatar Jun 05 '21 19:06 hpr1999