-
Notifications
You must be signed in to change notification settings - Fork 46
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
Resize Radar #127
Comments
First of all, using .radar {
width: 25%; /* 25% is the default value */
} This should be the directory structure:
Your theme.json ( {
"parent": "fennec"
} If this doesn't help, could you check if there's anything in the console window after you get the Internal Server Error? Could you also post a ZIP or so of your theme folder? |
gonna close this one for now, if you're still having trouble, let me know |
I'm trying to resize the radar to make it smaller by appending the .css file through my own theme. I created a folder inside the cs-hud directory that was created after installing the pre-packaged binaries. When I type in my theme's name into the config, the HUD throws me an internal server error and I have to reload with the default theme. I put a theme.json file in my theme's folder along with a separate radar folder that contains a radar.append.css text file changing
img.radar-image {
width: 100%;
}
to width: 50%. Do I need to create the .json and .css files in an IDE or am I not formatting and storing my files properly? Any help would greatly be appreciated and I'd also like to thank you for making this project to begin with, not to mention offering it for free.
The text was updated successfully, but these errors were encountered: