diff --git a/index.html b/index.html
index 35c2235..ce8e88d 100644
--- a/index.html
+++ b/index.html
@@ -651,11 +651,14 @@
-
- Not all websites will work with this feature as some sites disallow embedding.
- The site will try to auto-optimize standard Youtube or Twitch links.
- Remote websites must be CORS/IFrame compatible with full SSL-encryption enabled.
-
+
+
Notes
+
+ - Not all websites will work with this feature as some sites disallow embedding.
+ - The site will try to auto-optimize standard Youtube or Twitch links.
+ - Remote websites must be CORS/IFrame compatible with full SSL-encryption enabled.
+
+
diff --git a/main.css b/main.css
index e03692d..ac5aab3 100644
--- a/main.css
+++ b/main.css
@@ -2398,13 +2398,6 @@ span#guestTips {
cursor:pointer;
}
-.iframeblob{
- padding-top:18px;
- text-align: left;
- width: 600px;
- display: block;
- margin: auto;
-}
#shareScreenGear{
display:none;
}
@@ -2468,6 +2461,15 @@ div.message-card.info:before {
content: "\f05a";
}
+.message-card ul {
+ text-align: left;
+ margin-top: var(--regular-margin);
+}
+
+.message-card li {
+ margin: 5px 0;
+}
+
@keyframes floating {
0% { transform: translate(0, 0px); }
50% { transform: translate(0, 15%); }