mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
修复win 版关闭右侧边栏的 bug
This commit is contained in:
parent
daa1b59085
commit
fc8a655d61
1 changed files with 14 additions and 4 deletions
18
theme.css
18
theme.css
|
|
@ -2826,10 +2826,20 @@ body:not(.is-translucent) .workspace-split {
|
|||
background-color: var(--background-primary) !important;
|
||||
}
|
||||
|
||||
body:not(.mod-macos):not(.is-mobile) .sidebar-toggle-button.mod-right {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
margin-right: 20px;
|
||||
body:not(.is-mobile) .mod-root .workspace-tab-header-container-inner {
|
||||
--tab-max-width: 240px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.workspace .mod-root .workspace-tab-header-inner::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mod-root .workspace-tab-header-inner {
|
||||
/* width: fit-content; */
|
||||
}
|
||||
|
||||
/* 设置页玻璃效果 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue