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;
}
}