为 bambu lab wiki 自动折叠侧栏
Bambu Wiki 自动折叠侧边栏 by Unseeing6154
Details
AuthorUnseeing6154
LicenseNo License
Categorywiki.bambulab.com
Created
Updated
Size412 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Bambu Wiki 自动折叠侧边栏
@version 20241029.03.38
@namespace ?
==/UserStyle== */
@-moz-document domain("wiki.bambulab.com") {
.v-navigation-drawer {
width: 56px !important;
}
.v-navigation-drawer:hover {
width: 240px !important;
}
.v-main {
padding-left: 56px !important;
}
.v-btn.v-btn--bottom.v-btn--fab {
left: auto !important;
right: 32px !important;
}
}