From e07b1501d1bee0121bfe0c5d8f63b0947cfd3f45 Mon Sep 17 00:00:00 2001 From: Oleg Lustenko Date: Fri, 14 Oct 2022 13:31:50 +0000 Subject: [PATCH] add styles.css for release process --- .github/workflows/release.yml | 20 ++++++++++---------- styles.css | 3 +++ 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d641552..95584c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,13 +75,13 @@ jobs: asset_name: manifest.json asset_content_type: application/json - # - name: Upload styles.css - # id: upload-css - # uses: actions/upload-release-asset@v1 - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # with: - # upload_url: ${{ steps.create_release.outputs.upload_url }} - # asset_path: ./styles.css - # asset_name: styles.css - # asset_content_type: text/css + - name: Upload styles.css + id: upload-css + uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + upload_url: ${{ steps.create_release.outputs.upload_url }} + asset_path: ./styles.css + asset_name: styles.css + asset_content_type: text/css diff --git a/styles.css b/styles.css index 4a6ed30..495690a 100644 --- a/styles.css +++ b/styles.css @@ -17,6 +17,9 @@ margin-right: 5px; font-size: 14px; width: 100%; + height: 400px; + resize: none; + width: 100%; /*white-space: nowrap;*/ /*overflow: auto;*/ }