Remove viewport modif

This commit is contained in:
Alexandre
2021-05-16 07:16:57 +02:00
committed by GitHub
parent 3f34951f14
commit 0f58350667

View File

@@ -11,8 +11,8 @@ chown -R abc:abc /data
# VIEWPORT CORRECTION #
#######################
# correct viewport bug
grep -rl '"lt-md":"(max-width: 959px)"' /app | xargs sed -i 's|"lt-md":"(max-width: 959px)"|"lt-md":"(max-width: 100px)"|g' || true
# correct viewport bug
# grep -rl '"lt-md":"(max-width: 959px)"' /app | xargs sed -i 's|"lt-md":"(max-width: 959px)"|"lt-md":"(max-width: 100px)"|g' || true
######################
# API URL CORRECTION #