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
 }

ファイルの差分が大きいため隠しています
+ 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;
 }

ファイルの差分が大きいため隠しています
+ 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 {

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません