littlelink-server icon indicating copy to clipboard operation
littlelink-server copied to clipboard

Multiple containers

Open notsorenzio opened this issue 4 years ago • 6 comments

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

notsorenzio avatar Jan 10 '22 00:01 notsorenzio

They need to be wrapped in containers otherwise:

image

timothystewart6 avatar Jan 11 '22 02:01 timothystewart6

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

timothystewart6 avatar Jan 11 '22 02:01 timothystewart6

mobile: image

timothystewart6 avatar Jan 11 '22 02:01 timothystewart6

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

notsorenzio avatar Jan 11 '22 02:01 notsorenzio

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

timothystewart6 avatar Jan 11 '22 03:01 timothystewart6

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

brnt-toast avatar Feb 19 '22 14:02 brnt-toast