diff --git a/README.md b/README.md index fc2a08b33..02a2eafe3 100644 --- a/README.md +++ b/README.md @@ -361,20 +361,10 @@ See the list of [contributors](https://github.com/liyasthomas/postwoman/graphs/c * [dev.to 👩‍💻👨‍💻](https://dev.to) -### Code Contributors - -This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. - - - ### Financial Contributors Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/postwoman/contribute)] -#### Individuals - - - #### Organizations Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/postwoman/contribute)] @@ -390,6 +380,16 @@ Support this project with your organization. Your logo will show up here with a +#### Individuals + + + +### Code Contributors + +This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. + + + ## License 📄 This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](LICENSE) file for details. diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 1325f1a5f..bb02c1d0a 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -265,6 +265,7 @@ h4 { hr { border-bottom: 1px dashed var(--brd-color); + margin: 16px 0; } p { diff --git a/components/modal.vue b/components/modal.vue index 4b12fa291..3e3fea49a 100644 --- a/components/modal.vue +++ b/components/modal.vue @@ -37,7 +37,6 @@ align-items: center; justify-content: center; flex-grow: 1; - max-width: 720px; } .modal-container { @@ -50,7 +49,8 @@ background-color: var(--bg-color); border-radius: 16px; box-shadow: 0px 16px 70px rgba(0, 0, 0, 0.5); - max-height: calc(100vh - 32px); + max-height: calc(100vh - 128px); + max-width: 720px; } .modal-body { diff --git a/lang/en-US.js b/lang/en-US.js index df77d3ddc..b123c8384 100644 --- a/lang/en-US.js +++ b/lang/en-US.js @@ -19,7 +19,6 @@ export default { save_to_collections: "Save to Collections", copy_request_link: "Copy Request Link", reset_request: "Reset Request", - support_us_on: "Support us on", open_collective: "Open Collective", paypal: "PayPal", patreon: "Patreon", diff --git a/layouts/default.vue b/layouts/default.vue index a77c8871b..f72bc6304 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -569,7 +569,7 @@