Quellcode durchsuchen

stylind edit - figcaption position

tags/0.9.0
Alej vor 4 Jahren
Ursprung
Commit
414e0c205b
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 8
    0
      vue-theme/src/pages/single.vue

+ 8
- 0
vue-theme/src/pages/single.vue Datei anzeigen

263
             padding-bottom: 56.25% 
263
             padding-bottom: 56.25% 
264
             &__wrapper
264
             &__wrapper
265
                 display: contents
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
         /* iframe container 16:9 */
274
         /* iframe container 16:9 */
267
         .iframe-container 
275
         .iframe-container 
268
             position: relative
276
             position: relative

Laden…
Abbrechen
Speichern