gitbook 主题微调

This commit is contained in:
tangly1024.com
2024-06-27 13:40:10 +08:00
parent 332a04d3be
commit d41e1b51b5
2 changed files with 9 additions and 1 deletions

View File

@@ -264,3 +264,11 @@ a.avatar-wrapper {
writing-mode: vertical-rl; /* 竖向排列从右向左 */
text-orientation: upright; /* 文字方向正常 */
}
/* Chatbase 在移动端禁止遮挡 */
@media (max-width: 700px) {
button#chatbase-bubble-button {
margin-bottom: 42px;
margin-right: 20px;
}
}

View File

@@ -129,7 +129,7 @@ const LayoutBase = props => {
<div
id='theme-gitbook'
className={`${siteConfig('FONT_STYLE')} scroll-smooth bg-white dark:bg-hexo-black-gray w-full h-full min-h-screen justify-center dark:text-gray-300`}>
className={`${siteConfig('FONT_STYLE')} pb-16 md:pb-0 scroll-smooth bg-white dark:bg-hexo-black-gray w-full h-full min-h-screen justify-center dark:text-gray-300`}>
<AlgoliaSearchModal cRef={searchModal} {...props} />
{/* 顶部导航栏 */}