-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix styling. add extra buttons. add copy
- Loading branch information
1 parent
93d289f
commit d088ab1
Showing
6 changed files
with
146 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const translate = i18next.t.bind(i18next); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
.mod-root .workspace-leaf-content[data-type="markdown"] .cm-preview-code-block .nav-header { | ||
margin-top: 0; | ||
.workspace-leaf-content[data-type="markdown"] .internal-query .nav-header { | ||
margin-top: 0; /* works around issues with minimal theme */ | ||
} | ||
|
||
.mod-root .workspace-leaf-content[data-type="markdown"] .cm-preview-code-block .nav-header .nav-buttons-container { | ||
left: 0; | ||
position: absolute; | ||
.workspace-leaf-content[data-type="markdown"] .internal-query .nav-header .nav-buttons-container { | ||
position: unset; /* works around issues with minimal theme */ | ||
justify-content: center; /* works around issues with minimal theme */ | ||
} | ||
|
||
.workspace-leaf-content[data-type="markdown"] .internal-query .is-hidden { | ||
display: none; | ||
} |