-
-
Notifications
You must be signed in to change notification settings - Fork 181
Description
Buttons Relation
N/A
Bug Description
When the site is opened on a mobile the site itself is offcenter to the right. As can be seen attached.
I'm running the latest version on docker. Phone type is Oneplus 12 and the screen resolution is 1440 x 3168 pixels. Here is further info about the phone if needed: https://www.gsmarena.com/oneplus_12-12725.php
Ps. thanks for this awesome app and hope to see more of your youtube vids.
Expected Result
Site should be centered.
Additional Information
Here is the docker-compose file.
services: little-link: build: context: ./ dockerfile: Dockerfile container_name: littlelink-server environment: - META_TITLE=name - META_DESCRIPTION=Hvar þú finnur mig á netinu - META_AUTHOR=name - META_KEYWORDS= - LANG=en - META_INDEX_STATUS=all - THEME=Dark - FAVICON_URL=https://i.imgur.com/ - AVATAR_URL=https://i.imgur.com/ - AVATAR_2X_URL=https://i.imgur.com/ - AVATAR_ALT=Valgeir Helgi Profile Pic - NAME=Valgeir Helgi Bergþórsson - BIO=Hæ, hérna geturðu fundið mig á netinu! - FOOTER=Takk fyrir að kíkja við - GITHUB=https://github.com/ - INSTAGRAM=https://www.instagram.com/ - TIKTOK=https://www.tiktok.com/@ - FACEBOOK=https://www.facebook.com/ - LINKED_IN=https://www.linkedin.com/in/ - SPOTIFY=https://open.spotify.com/user/ - EMAIL=*@gmail.com - EMAIL_TEXT=Sendu mér tölvupóst! - EMAIL_ALT=*@gmail.com - EMAIL_ALT_TEXT=Sendu mér tölvupóst! - TELEGRAM=https://t.me/ - STEAM=https://steamcommunity.com/id/ - WHATSAPP=https://wa.me/ - BLUESKY=https://bsky.app/profile/ - BUTTON_ORDER=FACEBOOK,INSTAGRAM,LINKEDIN,BLUESKY,SPOTIFY,STEAM,TELEGRAM,WHATSAPP,SIGNAL,EMAIL - SIGNAL= image: ghcr.io/timothystewart6/littlelink-server:latest ports: - '8080:3000' restart: unless-stopped security_opt: - no-new-privileges:true version: '3.0'
Images
No response
