mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
fix(gitignore): correct screenshots directory path in .gitignore
This commit is contained in:
parent
a35331f4ff
commit
ff0acbdd37
2 changed files with 2 additions and 1 deletions
1
e2e/.gitignore
vendored
1
e2e/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
start-test-server.shscreenshots/
|
||||
/screenshots/
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ header {
|
|||
border-bottom: 1px solid var(--extra-border-color);
|
||||
background: var(--bg-lighter);
|
||||
flex-wrap: nowrap;
|
||||
min-height: 48px;
|
||||
//min-height: 48px;
|
||||
|
||||
button {
|
||||
flex-shrink: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue