master
nq4t 2 years ago
parent 9d25acf643
commit 55e8800007

@ -0,0 +1,15 @@
---
title: Dynamic Text and Pi-Star
layout: post
date: 2023-01-26 04:14:59
tags: Site
excerpt_separator: <!--more-->
---
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.

@ -4,7 +4,9 @@ title: NQ4T's Pi-Star (Live)
sidebar: 1
order: 6
---
<div class="message">
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.</div>
<div class='iframe-parent'>
<iframe frameborder="0" src="https://pistar.nq4t.com"></iframe>
</div>

Loading…
Cancel
Save