Skip to content

Commit

Permalink
update border layout resize bars
Browse files Browse the repository at this point in the history
  • Loading branch information
AnubisNekhet committed Apr 1, 2023
1 parent dcaff83 commit 17ba4ab
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions obsidian.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions src/modules/Integrations/gemmy.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// gemmy my beloved
.gemmy-tooltip.tooltip {
display: block;
--background-modifier-message: rgb(var(--ctp-yellow));
color: rgb(var(--ctp-base));
font-size: var(--font-ui-medium);
border-radius: var(--size-4-1);
padding: var(--size-4-2) var(--size-4-3);
}
4 changes: 2 additions & 2 deletions src/modules/Workspace/Layouts/border.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ body.anp-border-layout {
}
.workspace-split.mod-left-split > .workspace-leaf-resize-handle,
.workspace-split.mod-right-split > .workspace-leaf-resize-handle {
height: calc(100% + -1*var(--header-height) + -1*var(--anp-border-padding, 20px));
bottom: var(--anp-border-padding, 20px);
height: calc(100% + -1*var(--header-height) + -1*var(--anp-border-bottom-padding, 20px));
bottom: var(--anp-border-bottom-padding, 20px);
}
.workspace-split {
--divider-vertical-height: calc(100% + -1*var(--header-height));
Expand Down
4 changes: 2 additions & 2 deletions theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 17ba4ab

Please sign in to comment.