thatmattlove / hyperglass

hyperglass is the network looking glass that tries to make the internet better.
https://hyperglass.dev
BSD 3-Clause Clear License
626 stars 94 forks source link

giant logo format #259

Open allanfrizzo opened 4 months ago

allanfrizzo commented 4 months ago

when updating to version 2.0.2, the logo is too big,

image

thatmattlove commented 4 months ago

Have you tried using the width parameter?

allanfrizzo commented 4 months ago

I'm using 100%

  logo:
    dark: /etc/hyperglass/static/images/eai-light.svg
    light: /etc/hyperglass/static/images/eai-dark.svg
    favicon: /etc/hyperglass/static/images/eai-favicon.png
    width: 100%
    height: null
thatmattlove commented 4 months ago

Have you tried adjusting it down?

allanfrizzo commented 4 months ago

with 50% it was ok

when selecting the device, the description “Location” is superimposed over the “subtitle”

image

allanfrizzo commented 4 months ago

I tried using the pixel parameter, but I didn't succeed.

M0NsTeRRR commented 3 months ago

The current configuration for the logo is not suitable for responsive. For example if I set my logo to 20% on PC it's fine but on mobile it's too small (default setting is perfect). I've tested using 9em and it's fine on my side (mobile + pc) but the regex configuration only allow %.