|
|
|
@ -153,7 +153,8 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
|
|
|
|
|
|
|
|
|
|
/* 标记按钮的全局样式 */
|
|
|
|
|
.menu__link-wrapper {
|
|
|
|
|
position: relative;
|
|
|
|
|
position: relative !important;
|
|
|
|
|
padding-left: 25px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 已标记项目的样式 */
|
|
|
|
@ -176,4 +177,16 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
|
|
|
|
|
|
|
|
|
|
.bookmarkButton.bookmarked {
|
|
|
|
|
animation: bookmarkPulse 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 确保侧边栏项目有正确的样式 */
|
|
|
|
|
.menu__link {
|
|
|
|
|
position: relative !important;
|
|
|
|
|
display: flex !important;
|
|
|
|
|
align-items: center !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 调整侧边栏的padding,为标记按钮留出空间 */
|
|
|
|
|
.menu {
|
|
|
|
|
padding-left: 20px !important;
|
|
|
|
|
}
|