mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +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/
|
start-test-server.shscreenshots/
|
||||||
|
/screenshots/
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ header {
|
||||||
border-bottom: 1px solid var(--extra-border-color);
|
border-bottom: 1px solid var(--extra-border-color);
|
||||||
background: var(--bg-lighter);
|
background: var(--bg-lighter);
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
min-height: 48px;
|
//min-height: 48px;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue