更新样式

This commit is contained in:
Tw93
2022-11-09 18:17:34 +08:00
parent 84782f1b3d
commit f16af680bc
4 changed files with 7 additions and 7 deletions

View File

@@ -22,10 +22,6 @@ const metaKeyShortcuts = {
window.addEventListener('DOMContentLoaded', (_event) => {
const style = document.createElement('style');
style.innerHTML = `
#page .main_header, #ReactApp .lark .main-wrapper > div, #ReactApp .lark .sidebar-user-info, .explore-wrapper .yuque-header-wrapper {
padding-top: 20px;
}
#page #footer-wrapper,
.drawing-board .toolbar .toolbar-action,
.c-swiper-container,
@@ -43,6 +39,10 @@ window.addEventListener('DOMContentLoaded', (_event) => {
display: none !important;
}
#page .main_header {
padding-top: 20px;
}
.panel.give_me .nav_view {
top: 154px !important;
}