diff --git a/README.md b/README.md index 32753016b0f797254c145f35325dde1178e4c425..db97bb4d48074e32b5fe19b09d8e7984ba069d13 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Go to your GitLab project and find the settings on CI/CD and under there you wil We also need to configure the sidebar's microblog to point to your alias account. If you dont have one you may want to disable this entierly. -It is pretty simpler first just go here and fill out the form: https://www.mastofeed.com/ . Feel free to set the UI scale to whatever you want but I find 80 works best. Also select the light theme to it matches. Make sure you uncheck show header as well. +It is pretty simpler first just go here and fill out the form: https://www.mastofeed.com/ . Feel free to set the UI scale to whatever you want but I find 80 works best. Also select the light theme to it matches. Make sure you uncheck show header as well. Finally set the width to a value of 100%. Just copy and paste the iframe result into the /layouts/partials/microblog_iframe.html diff --git a/layouts/partials/microblog_iframe.html b/layouts/partials/microblog_iframe.html index 27ea8d85009c035fb5b6afb926ae83ca8292b3ab..4c89e7c05669febff5471f42cd2acc745f056678 100644 --- a/layouts/partials/microblog_iframe.html +++ b/layouts/partials/microblog_iframe.html @@ -1 +1,3 @@ -<iframe allowfullscreen sandbox="allow-top-navigation allow-scripts allow-popups allow-popups-to-escape-sandbox" width="400" height="800" src="https://www.mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Fqoto.org%2Fusers%2FFedipage&theme=light&size=80&header=false&replies=false&boosts=false"></iframe> + + + <iframe allowfullscreen sandbox="allow-top-navigation allow-scripts allow-popups allow-popups-to-escape-sandbox" style='border-width: 0' width="100%" height="800" src="https://www.mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Fqoto.org%2Fusers%2FFedipage&theme=light&size=80&header=false&replies=false&boosts=false"></iframe>