Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c46ecaf3e2 | |||
| efb7ee0c28 | |||
| 5af3756e4f |
@@ -12,16 +12,6 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup Node.js
|
|
||||||
uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version: '20'
|
|
||||||
|
|
||||||
- name: Setup .NET
|
|
||||||
uses: actions/setup-dotnet@v3
|
|
||||||
with:
|
|
||||||
dotnet-version: '8.0'
|
|
||||||
|
|
||||||
- name: Stamp version from tag
|
- name: Stamp version from tag
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -31,10 +31,6 @@
|
|||||||
"externalBin": [
|
"externalBin": [
|
||||||
"binaries/asw-sidecar"
|
"binaries/asw-sidecar"
|
||||||
],
|
],
|
||||||
"resources": {
|
|
||||||
"../UO artwork": "UO artwork",
|
|
||||||
"../UO Gumps": "UO Gumps"
|
|
||||||
},
|
|
||||||
"icon": [
|
"icon": [
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
"icons/128x128.png",
|
"icons/128x128.png",
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
.screen {
|
.screen {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: var(--bg-base);
|
background: var(--bg-base);
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
|
|||||||
Reference in New Issue
Block a user