aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/partials/tailwind.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/layouts/partials/tailwind.html')
-rwxr-xr-xthemes/simple/layouts/partials/tailwind.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/simple/layouts/partials/tailwind.html b/themes/simple/layouts/partials/tailwind.html
index 616ab3a..b6fd763 100755
--- a/themes/simple/layouts/partials/tailwind.html
+++ b/themes/simple/layouts/partials/tailwind.html
@@ -101,6 +101,20 @@
101 @apply my-10; 101 @apply my-10;
102 } 102 }
103 103
104 /* Lazy loading of iframes */
105 article.single .ll-iframe {
106 @apply bg-gray-100 rounded;
107 }
108
109 article.single .ll-iframe::before {
110 @apply h-full flex border-2 border-gray-300 rounded justify-center items-center font-medium text-sm cursor-pointer animate-pulse;
111 content: 'Click here to load resource…';
112 }
113
114 article.single .ll-iframe.empty::before {
115 content: none;
116 }
117
104 /* Cactus Comments */ 118 /* Cactus Comments */
105 .comments img { 119 .comments img {
106 max-width: auto !important; 120 max-width: auto !important;