techno-tim / littlelink-server

A lightweight, open source, stateless, and self-hosted alternative to linktree in a Docker container!
https://links.technotim.live
MIT License
901 stars 164 forks source link

Multiple containers #78

Open notsorenzio opened 2 years ago

notsorenzio commented 2 years ago

The app is wrapped in 2 containers. This causes the buttons to be off-centered, it is especially noticeable on mobile https://github.com/techno-tim/littlelink-server/blob/1f63b63fd60333dd6b56f915d5da5a4e9608f254/src/components/App/App.js#L12 https://github.com/techno-tim/littlelink-server/blob/1f63b63fd60333dd6b56f915d5da5a4e9608f254/src/components/Home/Home.js#L107

timothystewart6 commented 2 years ago

They need to be wrapped in containers otherwise:

image

timothystewart6 commented 2 years ago

My live version is the same as latest and I am not seeing what you are seeing https://technotim.live/

timothystewart6 commented 2 years ago

mobile: image

notsorenzio commented 2 years ago

Here's what I see on a 360x800 device Screenshot

timothystewart6 commented 2 years ago

Ah, I see, will think about a fix! Thank you!

brnt-toast commented 2 years ago

I'll poke around this morning and see what I can find

edit: I'll have to come back later on. noticed a resource consumption bug(CVE-2021-23424) in the ansi-html dependency that razzle is using