andy 4 tygodni temu
rodzic
commit
01c09d28b1

+ 1 - 1
layouts/partials/footer.html

@@ -46,7 +46,7 @@
     </a>
   </div>
 
-  <iframe src="https://cmm.ai/chuz/#/" width="375px" height="700px"
+  <iframe src="https://cmm.ai/chuz/#/" width="375px" height="650px" id="responsive-iframe"
     style="position: fixed; bottom: 75px; right: 3px; border: none; z-index: 1000; overflow: hidden;"
     scrolling="no"></iframe>
 

+ 4 - 0
static/css/style.css

@@ -6131,6 +6131,10 @@
   color: #fff;
 }
 
+#responsive-iframe {
+  right: 3px;
+}
+
 /* news-content End */
 .line-btn a {
   position: fixed;

Plik diff jest za duży
+ 0 - 0
static/css/style.css.map


+ 9 - 0
static/css/style.scss

@@ -5659,6 +5659,15 @@
   }
 }
 
+#responsive-iframe {
+  right: 3px;
+  @media (max-width: 768px) {
+    // width: 375px; /* 行動裝置上的寬度 */
+    // height: 650px; /* 行動裝置上的高度 */
+    // right: 15px;
+  }
+}
+
 /* news-content End */
 
 .line-btn {

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików