web/src/css/main.scss
changeset 1571 4a1e6952afe5
parent 1558 761ba7426984
child 1573 43dc356e3ff8
--- a/web/src/css/main.scss	Tue Oct 22 10:01:37 2024 +0200
+++ b/web/src/css/main.scss	Thu Nov 07 22:38:14 2024 +0100
@@ -206,9 +206,15 @@
 #tweetWriter {
     width: 430px; padding: 10px; background: #efefef;
 }
+
+#socialGroupFollow {
+    padding: 5px;
+    background: #ff9966;
+}
 .loginbutton{
-    margin: 10px 0; height: 45px; width: 420px; padding:5px;
+    margin: 10px 0; min-height: 45px; width: 420px; padding:10px;
     background: url(twcx-img/bgdWriterDisconnect.png) no-repeat;
+    background-size: cover;
     border: none; color:#fff; font-size: 12px;
 }
 .loginlink{
@@ -783,3 +789,8 @@
 .connect-message a:hover {
     text-decoration: underline;
 }
+
+.video-js {
+    width: 480px;
+    height: 320px;
+  }