Update translucent stacked workspace styling

This commit is contained in:
何振东 2026-05-22 23:14:25 +08:00
parent c817a65679
commit 6a6d81584b

View file

@ -2037,13 +2037,24 @@ body:not(.is-mobile).is-translucent .view-header {
/* -webkit-backdrop-filter: blur(25px) saturate(180%); */
}
.is-translucent .workspace-tabs.mod-stacked.mod-top.mod-active {
.is-translucent .workspace .mod-root .workspace-tabs.mod-stacked.mod-top {
background-color: var(--background-primary) !important;
/* margin: 5px; */
height: calc(100% - 20px) !important;
border-radius: var(--radius-xxl);
/* margin: 10px; */
/* overflow: hidden; */
overflow: hidden;
}
.is-translucent .workspace-split.mod-vertical.mod-root:has(.mod-stacked) {
padding: 5px;
}
.is-translucent .workspace .mod-root:has(.mod-stacked) .workspace-split.mod-horizontal.mod-sidedock.mod-right-split
{
border-left: none;
}
.is-translucent .workspace-split.mod-root .workspace-tabs .view-content {
background-color: var(--editor-bg-color);
}