Cleaned up the look of the microblog a bit

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-11 03:49:00 -04:00
parent 3dc449d248
commit 3ee5e61da1
No known key found for this signature in database
GPG key ID: AD914585C9406B6A
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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>