diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 62bce96462..b0798c194a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -71,4 +71,4 @@ jobs: name: Run prettier check run: | npx prettier -v - npx prettier --list-different --check . + npx prettier --check . diff --git a/src/angular-app/languageforge/lexicon/editor/_editor.scss b/src/angular-app/languageforge/lexicon/editor/_editor.scss index 7e6669ecc2..e261d4d470 100644 --- a/src/angular-app/languageforge/lexicon/editor/_editor.scss +++ b/src/angular-app/languageforge/lexicon/editor/_editor.scss @@ -468,7 +468,9 @@ dc-entry .card { } .right-panel-list { width: 0; - transition: width 0.5s ease-in-out, margin-left 0.5s ease-in-out; + transition: + width 0.5s ease-in-out, + margin-left 0.5s ease-in-out; margin-left: 0; position: relative; .right-panel { @@ -479,7 +481,10 @@ dc-entry .card { top: 0; width: 100%; &.panel-closing { - transition: width 0.5s ease-in-out 0.5s, margin-left 0.5s ease-in-out 0.5s, opacity 0.5s; + transition: + width 0.5s ease-in-out 0.5s, + margin-left 0.5s ease-in-out 0.5s, + opacity 0.5s; overflow: visible !important; height: auto !important; } @@ -507,7 +512,9 @@ dc-entry .card { } &.panel-closing { .right-panel-list { - transition: width 0.5s ease-in-out 0.5s, margin-left 0.5s ease-in-out 0.5s; + transition: + width 0.5s ease-in-out 0.5s, + margin-left 0.5s ease-in-out 0.5s; overflow: visible !important; height: auto !important; } diff --git a/src/angular-app/languageforge/lexicon/editor/field/_dc-multiparagraph.scss b/src/angular-app/languageforge/lexicon/editor/field/_dc-multiparagraph.scss index f049edf433..2008c4b010 100644 --- a/src/angular-app/languageforge/lexicon/editor/field/_dc-multiparagraph.scss +++ b/src/angular-app/languageforge/lexicon/editor/field/_dc-multiparagraph.scss @@ -34,7 +34,9 @@ form.dc-multiparagraph textarea { form.dc-multiparagraph textarea:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); + box-shadow: + inset 0 1px 1px rgba(0, 0, 0, 0.075), + 0 0 8px rgba(82, 168, 236, 0.6); } /* input prepend sized to input and textarea */ diff --git a/src/angular-app/languageforge/lexicon/editor/field/_dc-multitext.scss b/src/angular-app/languageforge/lexicon/editor/field/_dc-multitext.scss index 3a1b660453..bb7306b3f3 100644 --- a/src/angular-app/languageforge/lexicon/editor/field/_dc-multitext.scss +++ b/src/angular-app/languageforge/lexicon/editor/field/_dc-multitext.scss @@ -28,7 +28,9 @@ form.dc-multitext .uneditable-input:hover { form.dc-multitext textarea:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); + box-shadow: + inset 0 1px 1px rgba(0, 0, 0, 0.075), + 0 0 8px rgba(82, 168, 236, 0.6); } form.dc-multitext .wsid {