Merge pull request #3371 from lusyoe/bug/notion-gallery

修复画廊视图左右边线不展示Bug
This commit is contained in:
tangly1024
2025-05-13 15:01:55 +08:00
committed by GitHub

View File

@@ -2082,3 +2082,8 @@ figure.notion-asset-wrapper.notion-asset-wrapper-video > div {
height: 100% !important;
width: 100% !important;
}
/* 画廊左右边线不展示Bug */
.notion-gallery {
padding: 0 16px;
}