diff --git a/README.md b/README.md index 37e33f5..b733100 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,6 @@ Amnezichat offers a highly secure and privacy-focused messaging experience by en Distributed under the GPLv3 License. See `LICENSE` for more information. -## [Join us](https://matrix.to/#/#amnezichat_official:matrix.org) on Matrix! - ## Donate to support development of this project! **Monero(XMR):** 88a68f2oEPdiHiPTmCc3ap5CmXsPc33kXJoWVCZMPTgWFoAhhuicJLufdF1zcbaXhrL3sXaXcyjaTaTtcG1CskB4Jc9yyLV diff --git a/README_TR.md b/README_TR.md index 69978ba..e419eba 100644 --- a/README_TR.md +++ b/README_TR.md @@ -104,8 +104,6 @@ Amnezichat, hiçbir kayıt tutulmamasını ve tüm mesaj verilerinin yalnızca s GPLv3 Lisansı altında dağıtılmaktadır. Daha fazla bilgi için `LICENSE` dosyasına bakın. -## Matrix üzerinden [bize katılın!](https://matrix.to/#/#amnezichat_official:matrix.org) - ## Bu projenin geliştirilmesini desteklemek için bağış yapın! **Monero(XMR):** 88a68f2oEPdiHiPTmCc3ap5CmXsPc33kXJoWVCZMPTgWFoAhhuicJLufdF1zcbaXhrL3sXaXcyjaTaTtcG1CskB4Jc9yyLV diff --git a/server/static/index.html b/server/static/index.html index fbc9e6f..54d5142 100644 --- a/server/static/index.html +++ b/server/static/index.html @@ -45,13 +45,11 @@ - diff --git a/server/static/styles.css b/server/static/styles.css index b5f5f07..e9ccd41 100644 --- a/server/static/styles.css +++ b/server/static/styles.css @@ -133,3 +133,7 @@ details p, details ul { .close-button:hover { color: #c0392b; } + +.modal-content a.download-button { + margin-left: 15px; +}