Skip to content

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

Closed
@Soltus

Description

@Soltus
Member

image

Activity

added this to the 0.16 milestone on Oct 18, 2022
self-assigned this
on Oct 18, 2022
Soltus

Soltus commented on Oct 18, 2022

@Soltus
MemberAuthor

image

Soltus

Soltus commented on Oct 18, 2022

@Soltus
MemberAuthor

主要修改:

/* 当前打开文档右上角【更多】按钮位置和大小微调 */
.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

Soltus commented on Oct 19, 2022

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @Soltus

      Issue actions

        全屏模式下【更多】按钮调整 · Issue #32 · Hi-Windom/winsay