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 {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.