Maxkb与右侧工具条位置调整

位置:定制主题 - 内嵌 CSS

.maxkb-chat-button {
    bottom: 0px !important;
    right: 8px !important;
}

.maxkb-mask .maxkb-content {
    right: 8px !important;
    bottom: 0px !important;
}

.maxkb-tips {
    right: calc(5px + 75px) !important;
    bottom: calc(5px + 0px) !important;
}

/* 解除注释后,手机端不显示
@media (max-width: 768px) {
    .maxkb-chat-button {
        display: none !important;
    }
    
    .maxkb-tips {
        display: none !important;
    }

    .maxkb-mask .maxkb-content {
        display: none !important;
    }

    .maxkb-mask {
        display: none !important;
    }

    .actions {
        bottom: 40px !important;
    }
}
*/

.actions {
    bottom: 60px;
}