修复画廊视图左右边线不展示Bug

This commit is contained in:
lusyoe
2025-04-25 08:54:28 +08:00
committed by GitHub
parent 41c68550cf
commit a28167cefc

View File

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