Skip to content

Commit

Permalink
some margin
Browse files Browse the repository at this point in the history
  • Loading branch information
phasephasephase committed Jan 1, 2024
1 parent 3ebb83d commit 73835e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JiayiLauncher/Modals/EditProfile.razor
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<JiayiButton OnClick="SaveClicked" Size="JiayiButton.ButtonSize.Small" Style="margin-bottom: 1em;">Save</JiayiButton>

@if (JiayiSettings.Instance!.ProfileCollectionPath == string.Empty)
@if (JiayiSettings.Instance.ProfileCollectionPath == string.Empty)
{
<br>
<i style="color: var(--text-grayed); font-size: 14px">
Expand Down
2 changes: 1 addition & 1 deletion JiayiLauncher/Modals/ImportCollection.razor
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<i>The mods in this collection will be merged with your collection</i>
}

<div style="display: flex; gap: 0.5rem;">
<div style="display: flex; gap: 0.5rem; margin-top: 1em;">
<JiayiButton Size="JiayiButton.ButtonSize.Small" OnClick="ImportClicked">Import</JiayiButton>
<JiayiButton Size="JiayiButton.ButtonSize.Small" OnClick="Modal.CloseAsync">Cancel</JiayiButton>
</div>
Expand Down

0 comments on commit 73835e4

Please sign in to comment.