Updating Mudblazor Version
This commit is contained in:
@@ -44,31 +44,31 @@
|
||||
|
||||
|
||||
<style>
|
||||
.differences {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
padding: 12px;
|
||||
}
|
||||
.differences {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.differenceTitle {
|
||||
font-size: 1.2em;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
|
||||
.differenceContainer {
|
||||
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
@code {
|
||||
private int StartingAdvantageAtTime = 0;
|
||||
private int StartingAdvantageAtTime;
|
||||
|
||||
private int PeakAdvantageByAlloy = 0;
|
||||
private int PeakAdvantageAtTime = 0;
|
||||
private int PeakAdvantageByAlloy;
|
||||
private int PeakAdvantageAtTime;
|
||||
|
||||
private int WorseningTime = 0;
|
||||
private int MiracleTime = 0;
|
||||
private int WorseningTime;
|
||||
private int MiracleTime;
|
||||
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user