2 Commits

Author SHA1 Message Date
efb7ee0c28 scroll bug fix 2026-06-12 23:55:24 -05:00
5af3756e4f fixed runner
Some checks failed
Build and Release / build (push) Failing after 3m43s
2026-06-12 21:24:51 -05:00
3 changed files with 2 additions and 15 deletions

View File

@@ -12,16 +12,6 @@ jobs:
- name: Checkout
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
shell: powershell
run: |

View File

@@ -31,10 +31,6 @@
"externalBin": [
"binaries/asw-sidecar"
],
"resources": {
"../UO artwork": "UO artwork",
"../UO Gumps": "UO Gumps"
},
"icon": [
"icons/32x32.png",
"icons/128x128.png",

View File

@@ -1,10 +1,11 @@
.screen {
flex: 1;
display: flex;
align-items: center;
align-items: flex-start;
justify-content: center;
background: var(--bg-base);
padding: 40px;
overflow-y: auto;
}
.card {