From 55e8800007b43560720d03a20f4302ca3f96cf18 Mon Sep 17 00:00:00 2001 From: nq4t Date: Thu, 26 Jan 2023 04:20:07 +0000 Subject: [PATCH] finally --- .../_posts/2023-01-26-dynamic-text-and-pi-star.md | 15 +++++++++++++++ pistar.md | 4 +++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 blog/_posts/2023-01-26-dynamic-text-and-pi-star.md diff --git a/blog/_posts/2023-01-26-dynamic-text-and-pi-star.md b/blog/_posts/2023-01-26-dynamic-text-and-pi-star.md new file mode 100644 index 0000000..40c84fa --- /dev/null +++ b/blog/_posts/2023-01-26-dynamic-text-and-pi-star.md @@ -0,0 +1,15 @@ +--- +title: Dynamic Text and Pi-Star +layout: post +date: 2023-01-26 04:14:59 +tags: Site +excerpt_separator: +--- + +I modified the CSS to make the sidebar text dynamic based on height. This was done because DPI settings or other odd +resolutions were causing part of the menu to get cutoff. + +My Pi-Star Dashboard is now viewable. It too required some CSS trickery to work right with different widths. If your +screen is smaller than what Pi-Star can resize, it's going to look bad. It's a reverse-proxy, so all you'll be able +to do is view the main dashboard page. I had to disable some security on the hotspot's web-server to make this work. +Since it's behind a firewall, I'm not too worried. diff --git a/pistar.md b/pistar.md index 5d52814..c21d60f 100644 --- a/pistar.md +++ b/pistar.md @@ -4,7 +4,9 @@ title: NQ4T's Pi-Star (Live) sidebar: 1 order: 6 --- - +
+I made every attempt to make this look right on various screen sizes. However you can come up against the limit +of what Pi-Star itself will do. I can't fix that. I mean, I could; but I'm not going to hack the php code.