From 3ee5e61da1ff416a27ad405f274edd53fe416242 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Wed, 11 Oct 2023 03:49:00 -0400
Subject: [PATCH] Cleaned up the look of the microblog a bit

---
 README.md                              | 2 +-
 layouts/partials/microblog_iframe.html | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 32753016b..db97bb4d4 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 27ea8d850..4c89e7c05 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>
-- 
GitLab