File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -264,3 +264,11 @@ a.avatar-wrapper {
264
264
writing-mode : vertical-rl; /* 竖向排列从右向左 */
265
265
text-orientation : upright; /* 文字方向正常 */
266
266
}
267
+
268
+ /* Chatbase 在移动端禁止遮挡 */
269
+ @media (max-width : 700px ) {
270
+ button # chatbase-bubble-button {
271
+ margin-bottom : 42px ;
272
+ margin-right : 20px ;
273
+ }
274
+ }
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ const LayoutBase = props => {
129
129
130
130
< div
131
131
id = 'theme-gitbook'
132
- 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` } >
132
+ 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` } >
133
133
< AlgoliaSearchModal cRef = { searchModal } { ...props } />
134
134
135
135
{ /* 顶部导航栏 */ }
You can’t perform that action at this time.
0 commit comments