mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 15:09:13 +00:00
修复画廊视图左右边线不展示Bug
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user