Update styling

Just sort of winging it.
This commit is contained in:
Asher
2020-02-26 12:02:20 -06:00
parent b1760c8d29
commit 595ce6f5e3
11 changed files with 147 additions and 172 deletions

View File

@@ -162,10 +162,7 @@ export class UpdateHttpProvider extends HttpProvider {
throw new Error("No update available")
}
return `<button type="submit" class="apply">
Update to ${update.version}
</button>
<div class="current">Current: ${this.currentVersion}</div>`
return `<button type="submit" class="apply -button">Update to ${update.version}</button>`
}
public async tryUpdate(route: Route): Promise<HttpResponse> {