bugfix: tablet setting button style

This commit is contained in:
何振东 2026-04-28 14:05:04 +08:00
parent 2bd6155061
commit 8fa08bf3ee

View file

@ -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;