Type /devtools in chat. Other -> Explore account data in Element Web (not "room account data", must be the global one), edit the m.widgets account data event to have the following content:
diff --git a/static/tailwind.css b/static/tailwind.css
index 83ab456..ab6e15c 100644
--- a/static/tailwind.css
+++ b/static/tailwind.css
@@ -600,6 +600,18 @@ video {
inset: 0px;
}
+.top-0 {
+ top: 0px;
+}
+
+.top-16 {
+ top: 4rem;
+}
+
+.top-8 {
+ top: 2rem;
+}
+
.-z-10 {
z-index: -10;
}
@@ -922,6 +934,14 @@ video {
top: 25%;
}
+ .md\:top-64 {
+ top: 16rem;
+ }
+
+ .md\:top-32 {
+ top: 8rem;
+ }
+
.md\:w-\[600px\] {
width: 600px;
}