-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Comments
Absolutely love it though man, thanks for making this! If that one issue was fixed that would be truly fantastic. |
Came here to open an issue about this. Hope it gets fixed. I love this theme @Saltssaumure |
@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 |
fix worked great for me, thanks emily! |
Worked. Thank you :) @EmilyTheFox |
The text was updated successfully, but these errors were encountered: