Saltssaumure / w9x-discord-theme

A Windows 9x style Discord theme.
GNU Affero General Public License v3.0
284 stars 128 forks source link

Also having overlapping issues #27

Open KnightZander opened 1 month ago

KnightZander commented 1 month ago

image

KnightZander commented 1 month ago

Absolutely love it though man, thanks for making this! If that one issue was fixed that would be truly fantastic.

techbot2342 commented 2 weeks ago

Came here to open an issue about this. Hope it gets fixed. I love this theme @Saltssaumure

EmilyTheFox commented 6 days ago

@techbot2342 I made a tiny fix for a friend which is absolutely a bandaid fix but its 3am and idc about this theme.

You can add

.titleBar_a934d8 {
    top: 27px !important;
    left: 270px;
    right: 120px;
    border-color: white black #22228B white;
    border-width: 1px;
    border-style: solid;
}

.platform-linux .appMount_ea7e65 {
    &::after {
        inset: 27px 120px 0px 270px;
        border-color: white black #22228B white;
        border-width: 1px;
        border-style: solid;
        z-index: 101;
    }
}

to the end of the theme file to just move this bar up a little bit (going from 52px from the top to 27px, and giving it a little matching border)

its not the proper way to fix this but idc to unpack and recompile the scss or however scss works (im a backend developer :p idk the frontend magic) I made this fix in notepad image

L48YR1NTH commented 6 days ago

fix worked great for me, thanks emily!

techbot2342 commented 5 days ago

Worked. Thank you :) @EmilyTheFox