jeter20131220 3 年之前
父節點
當前提交
6a329167e8
共有 5 個文件被更改,包括 918 次插入890 次删除
  1. 1 1
      .vscode/settings.json
  2. 907 889
      index.html
  3. 5 0
      style.css
  4. 0 0
      style.css.map
  5. 5 0
      style.scss

+ 1 - 1
.vscode/settings.json

@@ -1,3 +1,3 @@
 {
-    "liveServer.settings.port": 5502
+    "liveServer.settings.port": 5504
 }

File diff suppressed because it is too large
+ 907 - 889
index.html


+ 5 - 0
style.css

@@ -14,6 +14,11 @@
   font-display: swap;
 }
 
+#opentalk-content {
+  position: relative;
+  overflow: hidden !important;
+}
+
 body {
   font-family: 'Noto Serif TC', serif;
 }

File diff suppressed because it is too large
+ 0 - 0
style.css.map


+ 5 - 0
style.scss

@@ -20,6 +20,11 @@ $subcolor: #9400d3;
 }
 @media screen and(max-width:$moblie) {
 }
+#opentalk-content{
+    position: relative;
+  
+    overflow: hidden !important;
+}
 body {
   font-family:'Noto Serif TC', serif ;
     .secn-title {

Some files were not shown because too many files changed in this diff