add styles.css for release process
This commit is contained in:
parent
516d7a94f8
commit
e07b1501d1
|
@ -75,13 +75,13 @@ jobs:
|
||||||
asset_name: manifest.json
|
asset_name: manifest.json
|
||||||
asset_content_type: application/json
|
asset_content_type: application/json
|
||||||
|
|
||||||
# - name: Upload styles.css
|
- name: Upload styles.css
|
||||||
# id: upload-css
|
id: upload-css
|
||||||
# uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
# env:
|
env:
|
||||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# with:
|
with:
|
||||||
# upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
# asset_path: ./styles.css
|
asset_path: ./styles.css
|
||||||
# asset_name: styles.css
|
asset_name: styles.css
|
||||||
# asset_content_type: text/css
|
asset_content_type: text/css
|
||||||
|
|
|
@ -17,6 +17,9 @@
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 400px;
|
||||||
|
resize: none;
|
||||||
|
width: 100%;
|
||||||
/*white-space: nowrap;*/
|
/*white-space: nowrap;*/
|
||||||
/*overflow: auto;*/
|
/*overflow: auto;*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue