mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
bugfix: tablet left margin
This commit is contained in:
parent
a321c82f6e
commit
f5cdfe1274
1 changed files with 2 additions and 2 deletions
|
|
@ -2747,7 +2747,7 @@ main.git-view .tree-item-inner.nav-file-title-content {
|
|||
|
||||
.is-tablet .workspace .workspace-drawer .side-dock-settings {
|
||||
/* display: none; */
|
||||
background-color: red;
|
||||
/* background-color: red; */
|
||||
}
|
||||
|
||||
.is-tablet .workspace-drawer-ribbon .side-dock-actions {
|
||||
|
|
@ -2761,7 +2761,7 @@ main.git-view .tree-item-inner.nav-file-title-content {
|
|||
}
|
||||
|
||||
.is-tablet .workspace-drawer.mod-left .workspace-drawer-inner .workspace-drawer-tab-container {
|
||||
border-left: solid 1px var(--indentation-guide-color);
|
||||
/* border-left: solid 1px var(--indentation-guide-color); */
|
||||
/* box-shadow: 1px 0px 1px var(--card-border-color); */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue