minor improvement on gitgraph

This commit is contained in:
lxsang
2022-07-04 22:42:48 +02:00
parent 0b50d75f30
commit 0d1957387c
10 changed files with 9 additions and 6 deletions

View File

@ -14,4 +14,5 @@ graph.base_dir = "home://workspace/repo-git";
```
## Change logs:
- v0.1.2-b: add class to container element
- v0.1.0-b: Initial version

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
afx-app-window[data-id="GitGraph"] div[data-id="git-graph"]
div.git_grapth_container
{
overflow-y: auto;
background-color: bisque;

View File

@ -7,7 +7,7 @@
"author": "Dany LE",
"email": "contact@iohub.dev"
},
"version":"0.0.1-a",
"version":"0.1.1-a",
"category":"Development",
"iconclass":"bi bi-git",
"mimes":["dir"],