Sfoglia il codice sorgente

styling edit - image figcaption, crop images

tags/1.0.2
Alej 3 anni fa
parent
commit
ba238a2701
2 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 5
    0
      vue-theme/editor-style.css
  2. 4
    0
      vue-theme/src/pages/single.vue

+ 5
- 0
vue-theme/editor-style.css Vedi File

@@ -125,5 +125,10 @@ hr .wp-block-separator, .is-style-dots:before {
125 125
     position: inherit !important;
126 126
     background: none !important;
127 127
     color: black !important;
128
+    max-height: 5% !important;
129
+    overflow: visible !important;
130
+    padding: 0 !important;
131
+    margin-bottom: 0.75em !important;
132
+
128 133
 }
129 134
 

+ 4
- 0
vue-theme/src/pages/single.vue Vedi File

@@ -280,6 +280,10 @@ export default {
280 280
                     position: inherit
281 281
                     background: none
282 282
                     color: $cia_black
283
+                    max-height: 5%
284
+                    overflow: visible 
285
+                    padding: 0 
286
+                    margin-bottom: $ms-0
283 287
 
284 288
         /* iframe container 16:9 */
285 289
         [class^="iframe-container"]

Loading…
Annulla
Salva