Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
phasephasephase committed Jan 1, 2024
1 parent 7bf90c9 commit 3ebb83d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion JiayiLauncher/Modals/EditProfile.razor
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
<br>
<i style="color: var(--text-grayed); font-size: 14px">
Profiles will be saved to the default location, which you can change in settings
Profiles will be saved to their default location, which you can change in settings
</i>
}
</div>
Expand Down
8 changes: 4 additions & 4 deletions JiayiLauncher/Modals/ImportCollection.razor
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

@if (ModCollection.Current == null)
{
<strong>
The mods in this collection will be saved in the default location, which can be changed in settings
</strong>
<i>
The mods in this collection will be saved in their default location, which you can change in settings
</i>
}
else
{
<p>The mods in this collection will be merged with your collection</p>
<i>The mods in this collection will be merged with your collection</i>
}

<div style="display: flex; gap: 0.5rem;">
Expand Down
4 changes: 4 additions & 0 deletions JiayiLauncher/Modals/ImportCollection.razor.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
i {
color: var(--text-grayed);
font-size: 14px;
}
2 changes: 0 additions & 2 deletions JiayiLauncher/Modals/NewMod.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
@using System.Net.Http
@using JiayiLauncher.Settings

@inject NavigationManager NavigationManager

<div class="select">
<div class="select-file">
<JiayiButton OnClick="SelectFile">Select a file</JiayiButton>
Expand Down
2 changes: 1 addition & 1 deletion JiayiLauncher/Modals/PrepareThemePublish.razor
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</div>

<div class="edit-raw-tags" style="margin-bottom: 1em">
<p>Raw Tags</p>
<p>Raw tags</p>
<JiayiDropDown Multiselect="true" Items="ThemeMetadata.RAW_TAGS" Name="Select raw tags" SelectedItems="_publicTheme.RawTags"
@ref="_rawTagsDropDown" />
</div>
Expand Down

0 comments on commit 3ebb83d

Please sign in to comment.