-
Notifications
You must be signed in to change notification settings - Fork 92
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
Temperature Tab squished... #226
Comments
Ok, I think I've worked out how to add a custom less file... /home/pi/custom.less Nothing working though.... Stumped... |
ok, no idea if I'm doing this right but...
Is this how it's meant to be done or is there another/easier way its supposed to be done? |
Finally figured it out... Although someone on the octoprint forum just explained the @media query to me, I think that was the reason for all the problems in the first place... Will edit afew lines and see if it was the root cause all along!?! |
Nope... definitely something wrong somewhere.... Worked ok then touchui seems to decide it doesn't want to take a blind bit of notice of any settings and goes back to displaying the graph as small and as squished as before!?! Hope ya back soon Paul... driving me nutz!?! |
ok... heres what I got... not sure its the right way... but it seems to be solving the issue. I'm using @media queries one each for #temp and #temperature-graph...
Been reading up on this and it seems to be used alot to query screen resolution widths to determine how things are displayed regarding sizing etc? 320px Wondering if this method would be a better/cleaner solution than whats there... particularly the min and max heights under #temp ... just a thought I had while reading up on it.
Not sure if the placement/values are right but its working... will carry on tinkering with it. |
Thanks for reporting and both your workarounds was on the right track. I have removed all the media queries and set the max-height to none, this way the I will release this in the next version. |
I'll try it on mine and see how it goes... The only way I could get the temp graph (Canvas?) to sit correctly with the temp legends sitting on the outside of the graph correctly was to change the width to auto instead of 100%... Is this still the case or can I put it back to 100%?? |
Is there now any finished function to bring the graph into a nice view on vertical displays? Or at least a proper description how to dow it? |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Set everything up, considering I've only been messing with a pi and linux based stuff for a day or two... only had a couple of brain farts which confused me for a while until I figured it out!
I've spent a good while messing around with various framebuffer/hdmi etc settings to get the best combination I can on the display and webcam etc...
Everything is great except the Temperature Graph and Target Temp display are squished into the top half of the display area, I can't work out if it's something I've messed up due to the way I set the display up or something else?
The text was updated successfully, but these errors were encountered: