mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 18:08:16 +01:00
Remove viewport modif
This commit is contained in:
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user