vektor-inc / lightning

Lightning is powerful them for WordPress.
https://lightning.vektor-inc.co.jp
GNU General Public License v2.0
103 stars 28 forks source link

VKボタンを複数縦方向に並べると1つ目以外の余白がなくなる #1126

Closed mtdkei closed 6 months ago

mtdkei commented 6 months ago

現状

VKボタンを複数縦方向に並べると1つ目以外の余白がなくなります。この現象が起きるのは表示確認済みテーマが「Lightining」の時だけです。 image

現象が確認できるURL

https://patterns.vektor-inc.co.jp/vk-patterns/%e3%83%9c%e3%82%bf%e3%83%b3%e7%a2%ba%e8%aa%8d%e7%94%a8/

原因と思われる部分

1つ目のVKボタンのCSSでは .vk_button, .editor-styles-wrapper .vk_button { margin-bottom: 5px; } が効いているのですが image

2つ目以降のVKボタンのCSSでは body .container .is-layout-flow>+:where(:not(:is(h1,h2,h3,h4,h5,h6))), body .is-layout-constrained>+:where(:not(:is(h1,h2,h3,h4,h5,h6))) { -webkit-margin-after: unset; margin-block-end: unset; } が効いているようでした。 image

確認したこと

goutetsuguma commented 6 months ago

margeされているのでClose