Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ タブ ] Lightningテーマで、グループブロックなどの中に配置した時に、タブの下に余白が開いてしまう #2377

Closed
goutetsuguma opened this issue Dec 18, 2024 · 1 comment

Comments

@goutetsuguma
Copy link
Contributor

goutetsuguma commented Dec 18, 2024

Lightningテーマでtheme.json を有効化して世代はG3の場合、グループブロック内にタブブロックを配置すると、テーマ側のcssのmarginが付与されてタブの下に余白が開いてしまうようでした。

スクリーンショット 2024-12-18 16 29 55

以下のcssが付与されてしまうようです。
もしテーマ側の修正でしたら、すみません。 transfer issuesで移動させていただいてもOKです🙇

body .container :is(.is-layout-flow,.is-layout-constrained) ul:where(:not(:last-child)) {
    margin-block-end: var(--vk-margin-element-bottom);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants