Skip to content

[FR] 建议不同面板之间的分割线可以做点区分 #19

Closed
@Tlonglan

Description

@Tlonglan

If your feature request related to a problem, describe it here./如果你的功能和问题相关,在这里描述它。

No response

Describe your feature here./在这里描述你的功能。

如果文档不长,没有显示侧边滑块的时候,看不见面板之间的分割线,建议可以做点区分,比如加上条细一点的灰色竖线
Image

Additional Information/附加信息

No response

检查清单 - Check list

  • I have finished the title and deleted the hints. (keep the [FR] there)/我已经填好了标题并且删除了提示文本。(保留[FR]在原处)
    I have clearly described my feature./我已经清楚地描述了我想要的功能。
    I know it should be done by a theme./我知道这是主题应该完成的。
    It isn't a plugin feature./这不是一个插件功能。
    I didn't check all the checkboxes and therefore I just checked all of them. Please close and tag this feature request./我没有检查所有的复选框,只是闭眼选中了所有复选框。请关闭并标记这个功能请求。
    No plugin does this feature./没有插件完成这个功能。
    Not too hard for a theme to complete this feature./这个功能对主题来说不难实现。

Activity

github-actions

github-actions commented on Feb 10, 2025

@github-actions

Thank you for confirming the issue. Your issue will be reviewed in several days.
感谢提交议题。你的议题会在几天内检查。

emptylight370

emptylight370 commented on Feb 11, 2025

@emptylight370
Owner

这个线是VSCode Lite时候就隐藏了,我个人也挺喜欢的。要不要重新显示以及怎么重新显示我还得再想想。说不定会以代码片段形式给你。

emptylight370

emptylight370 commented on Feb 11, 2025

@emptylight370
Owner

我研究了一下,在鼠标悬浮的时候显示一条线如何,就像VSCode那样的,我不知道是我用的主题还是原本自带的,总之我先那么写一下

added a commit that references this issue on Feb 11, 2025

feat(#19): 添加dock分隔线的悬浮样式

ea08b7f
emptylight370

emptylight370 commented on Feb 11, 2025

@emptylight370
Owner

我在新的分支推送了提交,你看看效果如何。这个是随文档树样式开关的。关掉文档树样式就有分隔线了。为什么会放到那里去我还得回忆一下。
不过我现在知道如何去掉隐藏效果了。在打开文档树样式那个开关的时候,添加如下代码片段:

.layout__resize--lr::after {
    visibility: visible;
}
Tlonglan

Tlonglan commented on Feb 12, 2025

@Tlonglan
Author

.layout__resize--lr::after {
visibility: visible;
}

可以可以,谢谢大佬!

emptylight370

emptylight370 commented on Feb 12, 2025

@emptylight370
Owner
Tlonglan

Tlonglan commented on Feb 12, 2025

@Tlonglan
Author

enne~ but拉分支的操作 我不是很熟悉hhh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Tlonglan@emptylight370

        Issue actions

          [FR] 建议不同面板之间的分割线可以做点区分 · Issue #19 · emptylight370/siyuan-vscodelite-edit