vektor-inc / x-t9

GNU General Public License v2.0
18 stars 1 forks source link

リストブロックに共通余白設定をつけると、管理画面上でmarginとfont-sizeが小さくなってしまう(フロントはOK) #159

Closed goutetsuguma closed 1 year ago

goutetsuguma commented 1 year ago

投稿を編集-“Lightning-G3-Pro-UnitでVK-Pattern-Libraryのランディングページ(LP)のパターンを固定ページに設置する手順”-‹-株式会社ベクトル-—-WordPress

この辺のCSSに上書きされるようでした

.editor-styles-wrapper ul[class*=vk_][class*=list]:where(:not(.vk_tableOfContents_list)) {
    padding: 0;
    margin: 0;
    --vk-margin-list-menu-left-first: var(--wp--custom--spacing--menu-indent);
}

.editor-styles-wrapper ul.wp-block-archives-list li, .editor-styles-wrapper ul.wp-block-categories-list li, .editor-styles-wrapper ul[class*=wp-block][class*=__list]:where(:not(.wp-block-latest-posts__list)) li, .editor-styles-wrapper ul[class*=vk_][class*=list]:where(:not(.vk_tableOfContents_list)) li {
    list-style: none;
    margin: 0;
    font-size: var(--wp--preset--font-size--small);
}
kurudrive commented 1 year ago

@goutetsuguma ↓ で修正したので develop でビルドするか 1.11.1 移行が出てたらなおってるはず close (・w・ https://github.com/vektor-inc/x-t9/pull/164