Skip to content

界面降噪:减少使用边框 #12970

New issue

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

Closed
TCOTC opened this issue Oct 29, 2024 · 7 comments
Closed

界面降噪:减少使用边框 #12970

TCOTC opened this issue Oct 29, 2024 · 7 comments

Comments

@TCOTC
Copy link
Contributor

TCOTC commented Oct 29, 2024

用颜色区分界面和编辑器即可,使用边框会看起来会有一点杂乱:

image

隐藏边框后看起来更干净,更融合,用户可以更专注于功能,不需要关心顶栏/侧栏/底栏的边界:

.toolbar,.dock,.status {
	border-left:none !important;
	border-right:none !important;
	border-top:none !important;
	border-bottom:none !important;
}
.layout__resize:after {
    background-color: transparent;
}

image


比如 Craft 这种样式,编辑器还带一点点圆角:

image

@88250
Copy link
Member

88250 commented Oct 29, 2024

这个设计不考虑改了,如果需要请自定义样式。

@88250 88250 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 29, 2024
@TCOTC
Copy link
Contributor Author

TCOTC commented Oct 30, 2024

为什么不考虑呢,我感觉去掉边框之后好看多了

@88250
Copy link
Member

88250 commented Oct 30, 2024

我感觉有边框好看,比较整齐。

@TCOTC
Copy link
Contributor Author

TCOTC commented Oct 30, 2024

集市下载量最高的10个主题,有8个去掉了边框:

  • Savor
  • Asri
  • Rem Craft
  • Tsundoku
  • mini-vlook
  • Light-Blue
  • Odyssey
  • pink-room

@88250
Copy link
Member

88250 commented Oct 31, 2024

暂时不考虑改变了。

@TCOTC
Copy link
Contributor Author

TCOTC commented Oct 31, 2024

要不社区投个票看看

https://ld246.com/article/1730598872976

@88250
Copy link
Member

88250 commented Oct 31, 2024

没有设计效果图估计不好投票。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants