瀏覽代碼

stylind edit - figcaption position

tags/0.9.0
Alej 4 年之前
父節點
當前提交
414e0c205b
共有 1 個檔案被更改,包括 8 行新增0 行删除
  1. 8
    0
      vue-theme/src/pages/single.vue

+ 8
- 0
vue-theme/src/pages/single.vue 查看文件

@@ -263,6 +263,14 @@ export default {
263 263
             padding-bottom: 56.25% 
264 264
             &__wrapper
265 265
                 display: contents
266
+            /* TBD if kept */
267
+            figcaption 
268
+                position: absolute
269
+                top: 39%
270
+                margin: 0 3em 0
271
+                color: aqua
272
+                backdrop-filter: brightness(0.5)
273
+
266 274
         /* iframe container 16:9 */
267 275
         .iframe-container 
268 276
             position: relative

Loading…
取消
儲存