Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Akifyss authored Oct 26, 2024
2 parents 6cc49dd + 2061156 commit 4ddac61
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Border",
"version": "1.10.5",
"version": "1.10.6",
"minAppVersion": "0.16.0",
"author": "Akifyss",
"authorUrl": "https://github.com/Akifyss"
Expand Down
19 changes: 17 additions & 2 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5477,6 +5477,17 @@ body:not(.is-mobile).tab-title-bar-autohide.nav-header-autohide .mod-root .works
transition: height var(--anim-in), opacity var(--anim-in);
}

body:not(.is-mobile).nav-header-autohide .workspace-leaf-content[data-type="all-properties"]>.nav-header:has(.nav-action-button.is-active:last-child):hover,
body:not(.is-mobile).nav-header-autohide .workspace-tab-header-container:hover~.workspace-tab-container .workspace-leaf-content[data-type="all-properties"]>.nav-header:has(.nav-action-button.is-active:last-child),
body:not(.is-mobile).nav-header-autohide .workspace-leaf-content[data-type="outline"]>.nav-header:has(.nav-action-button.is-active:first-child):hover,
body:not(.is-mobile).nav-header-autohide .workspace-tab-header-container:hover~.workspace-tab-container .workspace-leaf-content[data-type="outline"]>.nav-header:has(.nav-action-button.is-active:first-child),
body:not(.is-mobile).nav-header-autohide .workspace-leaf-content[data-type="backlink"] .view-content>.nav-header:has(.nav-action-button.is-active:last-child):hover,
body:not(.is-mobile).nav-header-autohide .workspace-tab-header-container:hover~.workspace-tab-container .workspace-leaf-content[data-type="backlink"] .view-content>.nav-header:has(.nav-action-button.is-active:last-child),
body:not(.is-mobile).tab-title-bar-autohide.nav-header-autohide .mod-root .workspace-leaf-content[data-type="backlink"] .view-header:hover~.view-content>.nav-header:has(.nav-action-button.is-active:last-child) {
height: 80px;
opacity: 1;
transition: height var(--anim-in), opacity var(--anim-in);
}

body:not(.is-mobile).nav-header-autohide :is(.workspace-leaf-content, .view-content)>.nav-header .nav-buttons-container {
transform: translateY(-22px);
Expand Down Expand Up @@ -6006,6 +6017,10 @@ input.wb-search-bar {
width: calc(100% - var(--size-4-6));
}

.nav-header .search-input-container {
margin: 6px auto 4px;
}

/*nav-buttons left align*/
.nav-buttons-container {
display: flex;
Expand Down Expand Up @@ -6475,7 +6490,7 @@ body {

.tag-pane-empty,
.bookmarks-pane-empty,
.workspace-leaf-content[data-type=outline] .pane-empty,
.pane-empty,
.search-empty-state {
display: flex;
align-items: center;
Expand All @@ -6487,7 +6502,7 @@ body {

.tag-pane-empty::before,
.bookmarks-pane-empty::before,
.workspace-leaf-content[data-type=outline] .pane-empty::before,
.pane-empty::before,
.search-empty-state::before {
content: "";
display: inline-block;
Expand Down

0 comments on commit 4ddac61

Please sign in to comment.