Skip to content
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

Also having overlapping issues #27

Open
KnightZander opened this issue Aug 29, 2024 · 5 comments
Open

Also having overlapping issues #27

KnightZander opened this issue Aug 29, 2024 · 5 comments
Assignees

Comments

@KnightZander
Copy link

image

@KnightZander
Copy link
Author

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

@Saltssaumure Saltssaumure self-assigned this Sep 15, 2024
@techbot2342
Copy link

techbot2342 commented Sep 21, 2024

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

@EmilyTheFox
Copy link

@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
Copy link

fix worked great for me, thanks emily!

@techbot2342
Copy link

Worked. Thank you :) @EmilyTheFox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants