update tip text

This commit is contained in:
Miodec 2024-04-02 14:48:44 +02:00
parent 813dfcfb39
commit 141a165811
2 changed files with 8 additions and 1 deletions

View file

@ -1162,7 +1162,9 @@
<div class="leaderboardTheme hidden">
<label>leaderboard theme</label>
<select class="leaderboardThemeSelect"></select>
<p>Note: change will apply on the leaderboard after the next refresh.</p>
<div class="tip">
Note: change will apply on the leaderboard after the next refresh.
</div>
</div>
<button class="edit-profile-submit" type="submit">save</button>
</form>

View file

@ -1440,6 +1440,11 @@
}
#editProfileModal {
.tip {
font-size: 0.75em;
color: var(--sub-color);
padding: 0.5rem 0.25rem;
}
.modal {
max-width: 600px;
max-height: 100%;