We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
新建工作空间使用如下 CSS 片段:
.layout__dockr > .fn__flex-1 { margin-left: 3px; }
会这样:
本来想用 :not(.fn__none) 规避:
.layout__dockr > .fn__flex-1:not(.fn__none) { margin-left: 3px; }
但是发现界面加载之后元素默认没有添加 .fn__none,只有展开侧栏再收起才会加上。这部分逻辑也需要修改一下:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
新建工作空间使用如下 CSS 片段:
会这样:
video.webm
本来想用 :not(.fn__none) 规避:
但是发现界面加载之后元素默认没有添加 .fn__none,只有展开侧栏再收起才会加上。这部分逻辑也需要修改一下:
video.webm
The text was updated successfully, but these errors were encountered: