Files
tysweld.com/wp-content/plugins/svg-support/scss/svgs-admin-edit-post.css.map

1 line
1.2 KiB
Plaintext

{"version":3,"sources":["svgs-admin-edit-post.scss","svgs-admin-edit-post.css"],"names":[],"mappings":"AAAA;;;;;EAAA;AAMA;;EAEC,WAAA;ACCD;;ADIC;EACC,kBAAA;ACDF;ADIC;EACC,gBAAA;ACFF","file":"svgs-admin-edit-post.css","sourcesContent":["/**\n * Featured Image Display\n *\n * Fixes the 0px featured image on edit screen\n * WooCommerce Product, Sensei Course\n */\nbody #set-post-thumbnail,\nbody #postimagediv .inside img[src$=\".svg\"] {\n\twidth: 100%;\n}\n\n// Block display of featured image SVG\nbody .block-editor__container {\n\t.components-panel .editor-post-featured-image__container img[src$='.svg'] {\n\t\tposition: relative;\n\t}\n\n\t.edit-post-sidebar .components-panel .components-checkbox-control {\n\t\tmargin-top: 10px;\n\t}\n}","/**\n * Featured Image Display\n *\n * Fixes the 0px featured image on edit screen\n * WooCommerce Product, Sensei Course\n */\nbody #set-post-thumbnail,\nbody #postimagediv .inside img[src$=\".svg\"] {\n width: 100%;\n}\n\nbody .block-editor__container .components-panel .editor-post-featured-image__container img[src$=\".svg\"] {\n position: relative;\n}\nbody .block-editor__container .edit-post-sidebar .components-panel .components-checkbox-control {\n margin-top: 10px;\n}"]}