mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-15 19:47:57 +01:00
Cleaned up the look of the microblog a bit
This commit is contained in:
parent
3dc449d248
commit
3ee5e61da1
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue