improve user stat button position
This commit is contained in:
parent
d2e58c3455
commit
066e01677b
|
@ -2444,6 +2444,9 @@
|
|||
<div class="flex1">
|
||||
<h4 data-i18n="Your Avatar" class="title_restorable">
|
||||
<span>Your Persona</span>
|
||||
<button class="menu_button menu_button_icon user_stats_button" title="Click for stats!">
|
||||
<i class="fa-solid fa-circle-info"></i>Usage Stats
|
||||
</button>
|
||||
<div id="create_dummy_persona" class="menu_button menu_button_icon" title="Create a dummy persona" data-i18n="[title]Create a dummy persona">
|
||||
<i class="fa-solid fa-person-circle-question fa-fw"></i>
|
||||
<span>Blank</span>
|
||||
|
@ -2457,9 +2460,7 @@
|
|||
<input type="file" id="avatar_upload_file" accept="image/*" name="avatar">
|
||||
<input type="hidden" id="avatar_upload_overwrite" name="overwrite_name" value="">
|
||||
</form>
|
||||
<button class="menu_button menu_button_icon user_stats_button" title="Click for stats!">
|
||||
<i class="fa-solid fa-circle-info"></i>Usage Stats
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -3682,4 +3683,4 @@
|
|||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
|
@ -1963,9 +1963,9 @@ grammarly-extension {
|
|||
}
|
||||
|
||||
.user_stats_button {
|
||||
position: absolute;
|
||||
/* position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
bottom: 0; */
|
||||
}
|
||||
|
||||
.large_dialogue_popup {
|
||||
|
@ -5410,4 +5410,4 @@ body.waifuMode .zoomed_avatar {
|
|||
background-color: var(--SmartThemeBlurTintColor);
|
||||
text-align: center;
|
||||
line-height: 14px;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue