shlinkio / shlink-web-client

A React-based client application for Shlink
https://app.shlink.io
MIT License
288 stars 76 forks source link

Fix versions alignment when in the server error page #1133

Closed acelaya closed 5 months ago

acelaya commented 5 months ago

The versions component is aligned based on the fact that the URL contains a server, assuming that its presence means there's a sidebar coming from ShlinkWebComponent.

However, if the server cannot be reached, there won't be a sidebar, and the alignment is too far to the right.