Skip to content
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

全屏模式下【更多】按钮调整 #32

Closed
Soltus opened this issue Oct 18, 2022 · 3 comments
Closed

全屏模式下【更多】按钮调整 #32

Soltus opened this issue Oct 18, 2022 · 3 comments
Assignees
Milestone

Comments

@Soltus
Copy link
Member

Soltus commented Oct 18, 2022

image

@Soltus Soltus added this to the 0.16 milestone Oct 18, 2022
@Soltus Soltus self-assigned this Oct 18, 2022
@Soltus
Copy link
Member Author

Soltus commented Oct 18, 2022

image

@Soltus
Copy link
Member Author

Soltus commented Oct 18, 2022

主要修改:

/* 当前打开文档右上角【更多】按钮位置和大小微调 */
.protyle-breadcrumb > button svg {
    scale: 1.31 !important;
    margin-right: 20px;
    margin-top: 10px;
}

联动修改:

ul.layout-tab-bar li [title="新建文档"]  {
    background-color: var(--b3-theme-background);
    margin-left: 0.31em;
    margin-right: 0;
    width: 26px;
}
ul.layout-tab-bar li [title="更多"]  {
    background-color: var(--b3-theme-background);
    margin-left: 0.13em;
    margin-right: 0.13em;
    width: 26px;
}

@Soltus
Copy link
Member Author

Soltus commented Oct 19, 2022

关联 siyuan-note/siyuan#6246

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

No branches or pull requests

1 participant