Added resizing of input boxes on input

This commit is contained in:
a-ill
2023-07-20 13:26:26 +03:00
parent ca3acdf8aa
commit fb705bab7c
4 changed files with 59 additions and 12 deletions

View File

@@ -34,6 +34,8 @@ server {
location / {
proxy_pass http://127.0.0.1:8001/;
}
rewrite https://www.libsoc.org/communities https://www.libsoc.org/en/communes permanent;
listen 443 http3;
listen 443 ssl http2;