mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
bugfix: tablet setting button style
This commit is contained in:
parent
2bd6155061
commit
8fa08bf3ee
1 changed files with 7 additions and 4 deletions
11
theme.css
11
theme.css
|
|
@ -2452,7 +2452,7 @@ body:not(.is-mobile):not(.close-left-vault-profile) .workspace-split.mod-left-sp
|
|||
flex-direction: column;
|
||||
gap: 15px;
|
||||
z-index: 999;
|
||||
transform: translate(-44px, -10px);
|
||||
transform: translate(-var(--ribbon-width), -10px);
|
||||
position: absolute;
|
||||
left: -1px;
|
||||
bottom: 0;
|
||||
|
|
@ -2487,12 +2487,13 @@ body:not(.is-mobile):not(.close-left-vault-profile) .workspace-split.mod-left-sp
|
|||
}
|
||||
|
||||
body:not(.is-mobile):not(.close-left-vault-profile) .workspace-split.mod-left-split .workspace-sidedock-vault-profile .workspace-drawer-vault-actions .clickable-icon {
|
||||
/* gap: 15px; */
|
||||
border-radius: var(--radius-l);
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* comander 优化 */
|
||||
.cmdr-name-input-wrapper button {
|
||||
margin-right: 60px;
|
||||
|
|
@ -2738,7 +2739,8 @@ main.git-view .tree-item-inner.nav-file-title-content {
|
|||
}
|
||||
|
||||
.is-tablet .workspace .workspace-drawer .side-dock-settings {
|
||||
display: none;
|
||||
/* display: none; */
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.is-tablet .workspace-drawer-ribbon .side-dock-actions {
|
||||
|
|
@ -2824,8 +2826,9 @@ main.git-view .tree-item-inner.nav-file-title-content {
|
|||
}
|
||||
|
||||
.is-tablet .clickable-icon.workspace-drawer-header-icon.mod-settings {
|
||||
width: var(--ribbon-width) !important;
|
||||
position: fixed;
|
||||
left: -7px;
|
||||
left: 0px;
|
||||
bottom: 25px;
|
||||
padding: 0;
|
||||
background: transparent !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue