_editor_after.scss
6 days ago
_editor_after_admin_sidebar.scss
6 months ago
_editor_before.scss
6 days ago
_editor_before_animation.scss
11 months ago
_editor_before_appender.scss
3 years ago
_editor_before_archive-list.scss
3 years ago
_editor_before_balloon.scss
2 years ago
_editor_before_border-box.scss
3 years ago
_editor_before_breadcrumb.scss
3 years ago
_editor_before_button-outer.scss
3 years ago
_editor_before_button.scss
1 year ago
_editor_before_custom-block-variation.scss
2 years ago
_editor_before_custom-css-extension.scss
2 years ago
_editor_before_faq.scss
3 years ago
_editor_before_fixed-display.scss
11 months ago
_editor_before_grid-column.scss
6 days ago
_editor_before_gridcolcard.scss
1 year ago
_editor_before_icon-card.scss
3 years ago
_editor_before_icon.scss
3 years ago
_editor_before_icon_list.scss
6 days ago
_editor_before_icons.scss
3 years ago
_editor_before_navigation.scss
2 months ago
_editor_before_outer.scss
9 months ago
_editor_before_select-post.scss
6 days ago
_editor_before_slider.scss
1 year ago
_editor_before_tab.scss
1 year ago
_editor_before_table.scss
3 years ago
_editor_before_template_inserter.scss
3 years ago
_editor_before_vk-heading.scss
3 years ago
_editor_before_vk-posts.scss
6 days ago
_editor_common_core.scss
6 days ago
_variables.scss
2 years ago
editor-block-build-marge.scss
6 days ago
_editor_before_vk-heading.scss
13 lines
| 1 | /*-------------------------------------------*/ |
| 2 | /* vk blocks Heading Level Dropdown |
| 3 | /*-------------------------------------------*/ |
| 4 | // WordPress5.8でcssが崩れるので独自のクラスを追加 |
| 5 | .vk-blocks-heading-level-dropdown { |
| 6 | .components-popover__content { |
| 7 | min-width: auto; |
| 8 | > div { |
| 9 | padding: 8px; |
| 10 | } |
| 11 | } |
| 12 | } |
| 13 |