mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
9.0.9
This commit is contained in:
parent
e4eea22e64
commit
c817a65679
4 changed files with 5 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Zen",
|
||||
"version": "9.0.8",
|
||||
"version": "9.0.9",
|
||||
"minAppVersion": "1.9.0",
|
||||
"author": "laughmaker",
|
||||
"authorUrl": "https://github.com/laughmaker"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Zen",
|
||||
"version": "9.0.8",
|
||||
"version": "9.0.9",
|
||||
"scripts": {
|
||||
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1560,7 +1560,7 @@ body:not(.heading-bottom-line-off) .markdown-rendered h6 {
|
|||
|
||||
body:not(.is-mobile) .workspace-tab-header.is-active {
|
||||
box-shadow: none;
|
||||
border-bottom-width: 1.5px;
|
||||
border-bottom-width: .2px;
|
||||
border-bottom-color: var(--text-accent) !important;
|
||||
border-bottom-style: solid;
|
||||
background-color: transparent;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"9.0.9": "1.9.0",
|
||||
"9.0.8": "1.9.0",
|
||||
"9.0.7": "1.9.0",
|
||||
"9.0.6": "1.9.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue